spmenu/meson_options.txt

14 lines
1.2 KiB
Meson
Raw Normal View History

2023-07-29 17:51:46 +02:00
option('wayland', type : 'boolean', value : true, description : 'Enable Wayland support')
option('x11', type : 'boolean', value : true, description : 'Enable X11 support')
option('xinerama', type : 'boolean', value : true, description : 'Enable multi-monitor support using libXinerama')
option('imlib2', type : 'boolean', value : true, description : 'Enable image support')
option('openssl', type : 'boolean', value : true, description : 'Enable OpenSSL, used for image support')
2023-07-10 18:24:52 +02:00
option('xresources', type : 'boolean', value : true, description : 'Enable .Xresources/xrdb support')
2023-07-29 17:51:46 +02:00
option('fribidi', type : 'boolean', value : true, description : 'Enable Right-to-left language support')
option('libconfig', type : 'boolean', value : true, description : 'Enable configuration file support')
option('regex', type : 'boolean', value : true, description : 'Enable regex matching')
option('run', type : 'boolean', value : true, description : 'Install spmenu_run')
option('test', type : 'boolean', value : true, description : 'Install spmenu_test')
option('man', type : 'boolean', value : true, description : 'Install man page')
option('docs', type : 'boolean', value : true, description : 'Install documentation')