rofi/meson_options.txt
2020-07-24 19:30:02 +02:00

4 lines
345 B
Meson

option('drun', type: 'boolean', value: true, description: 'Desktop file mode')
option('window', type: 'boolean', value: true, description: 'Window switcher mode')
option('check', type: 'feature', description: 'Build and run libcheck-based tests')
option('wayland', type : 'feature', value : 'enabled', description: 'Build with wayland support')