rofi/meson_options.txt

5 lines
345 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('check', type: 'feature', description: 'Build and run libcheck-based tests')
2020-05-04 17:34:50 +00:00
option('wayland', type : 'feature', value : 'enabled', description: 'Build with wayland support')