Blame meson_options.txt

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