2019-03-26 11:10:09 +00:00
|
|
|
option('drun', type: 'boolean', value: true, description: 'Desktop file mode')
|
|
|
|
option('window', type: 'boolean', value: true, description: 'Window switcher mode')
|
2019-03-26 11:10:52 +00:00
|
|
|
option('check', type: 'feature', description: 'Build and run libcheck-based tests')
|
2021-09-27 21:19:25 +00:00
|
|
|
option('wayland', type: 'feature', value: 'enabled', description: 'Build with wayland support')
|
|
|
|
option('xcb', type: 'feature', value: 'enabled', description: 'Build with X11/xcb support')
|
2022-11-17 16:49:16 +00:00
|
|
|
option('imdkit', type: 'boolean', value: false, description: 'IMDKit support')
|