rofi/meson_options.txt

5 lines
340 B
Meson
Raw Normal View History

option('drun', type: 'boolean', value: true, description: 'Desktop file mode')
option('window', type: 'boolean', value: true, description: 'Window switcher mode')
option('timings', type: 'boolean', value: false, description: 'Timings output')
option('check', type: 'boolean', value: true, description: 'Build and run libcheck-based tests')