mirror of
https://github.com/lbonn/rofi
synced 2024-11-12 23:27:15 +00:00
6 lines
514 B
Meson
6 lines
514 B
Meson
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')
|
|
option('wayland', type: 'feature', value: 'enabled', description: 'Build with wayland support')
|
|
option('xcb', type: 'feature', value: 'enabled', description: 'Build with X11/xcb support')
|
|
option('imdkit', type: 'boolean', value: false, description: 'IMDKit support')
|