rofi/meson_options.txt
Quentin Glidic 64e5a1ead7
meson: Change check option type to "feature"
This will allow downstream to force it enable if needed

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2019-03-26 12:10:52 +01:00

4 lines
327 B
Meson

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: 'feature', description: 'Build and run libcheck-based tests')