spmenu/meson.options

10 lines
898 B
Plaintext
Raw Normal View History

option('imlib2', type : 'boolean', value : true, description : 'Enable image support')
option('openssl', type : 'boolean', value : true, description : 'Enable OpenSSL, used for image support')
option('xresources', type : 'boolean', value : true, description : 'Enable .Xresources/xrdb support')
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('pango', type : 'boolean', value : true, description : 'Enable Pango markup support')
option('pangoxft', type : 'boolean', value : true, description : 'Enable Pango for libXft')
option('xinerama', type : 'boolean', value : true, description : 'Enable multi-monitor support using libXinerama')
2023-05-11 16:46:32 +02:00
option('utf8', type : 'boolean', value : true, description : 'Enable UTF-8 character support')