mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
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>
This commit is contained in:
parent
16c77ea3ce
commit
64e5a1ead7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
option('drun', type: 'boolean', value: true, description: 'Desktop file mode')
|
option('drun', type: 'boolean', value: true, description: 'Desktop file mode')
|
||||||
option('window', type: 'boolean', value: true, description: 'Window switcher mode')
|
option('window', type: 'boolean', value: true, description: 'Window switcher mode')
|
||||||
option('timings', type: 'boolean', value: false, description: 'Timings output')
|
option('timings', type: 'boolean', value: false, description: 'Timings output')
|
||||||
option('check', type: 'boolean', value: true, description: 'Build and run libcheck-based tests')
|
option('check', type: 'feature', description: 'Build and run libcheck-based tests')
|
||||||
|
|
Loading…
Reference in a new issue