Blame meson_options.txt

Packit 84794d
option('runtime_libdir',
Packit 84794d
       type : 'string',
Packit 84794d
       value : '',
Packit 84794d
       description : 'install runtime libraries relative to libdir')
Packit 84794d
Packit 84794d
option('iconv',
Packit 84794d
       type : 'combo',
Packit 84794d
       choices : ['libc', 'gnu', 'native'],
Packit 84794d
       value : 'libc',
Packit 84794d
       description : 'iconv implementation to use (\'libc\' = \'Part of the C stdlib\'; \'gnu\' = \'GNU\'s iconv\'; \'native\' = \'A separate iconv\')')
Packit 84794d
Packit 84794d
option('charsetalias_dir',
Packit 84794d
       type : 'string',
Packit 84794d
       value : '',
Packit 84794d
       description : 'directory for charset.alias dir (default to \'libdir\' if unset)')
Packit 84794d
Packit 84794d
option('gio_module_dir',
Packit 84794d
       type : 'string',
Packit 84794d
       value : '',
Packit 84794d
       description : 'load gio modules from this directory (default to \'libdir/gio/modules\' if unset)')
Packit 84794d
Packit 84794d
option('selinux',
Packit 84794d
       type : 'boolean',
Packit 84794d
       value : true,
Packit 84794d
       description : 'build with selinux support')
Packit 84794d
Packit 84794d
option('xattr',
Packit 84794d
       type : 'boolean',
Packit 84794d
       value : true,
Packit 84794d
       description : 'build with xattr support')
Packit 84794d
Packit 84794d
option('libmount',
Packit 84794d
       type : 'boolean',
Packit 84794d
       value : true,
Packit 84794d
       description : 'build with libmount support')
Packit 84794d
Packit 1fd3e1
option('gnutls',
Packit 1fd3e1
       type : 'boolean',
Packit 1fd3e1
       value : false,
Packit 1fd3e1
       description : 'build with gnutls support')
Packit 1fd3e1
Packit 84794d
option('internal_pcre',
Packit 84794d
       type : 'boolean',
Packit 84794d
       value : false,
Packit 84794d
       description : 'whether to use internal PCRE')
Packit 84794d
Packit 84794d
option('man',
Packit 84794d
       type : 'boolean',
Packit 84794d
       value : false,
Packit 84794d
       description : 'generate man pages (requires xsltproc)')
Packit 84794d
Packit 84794d
option('dtrace',
Packit 84794d
       type : 'boolean',
Packit 84794d
       value : false,
Packit 84794d
       description : 'include tracing support for dtrace')
Packit 84794d
Packit 84794d
option('systemtap',
Packit 84794d
       type : 'boolean',
Packit 84794d
       value : false,
Packit 84794d
       description : 'include tracing support for systemtap')
Packit 84794d
Packit 84794d
option('tapset_install_dir',
Packit 84794d
       type : 'string',
Packit 84794d
       value : '',
Packit 84794d
       description : 'path where systemtap tapsets are installed')
Packit 84794d
Packit 84794d
option('gtk_doc',
Packit 84794d
       type : 'boolean',
Packit 84794d
       value : false,
Packit 84794d
       description : 'use gtk-doc to build documentation')