mirror of
https://github.com/lbonn/rofi
synced 2024-11-14 16:17:11 +00:00
64e5a1ead7
This will allow downstream to force it enable if needed Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
4 lines
327 B
Meson
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')
|