2020-08-03 01:50:49 -05:00
option ( 'force_incomplete_build' , type : 'boolean' , value : false , description : 'Meson setup fails by default until the rewrite to meson is done, set this to "true" to force the build.' )
option ( 'no_git' , type : 'boolean' , value : false , description : 'Disable git submodule update' )
2020-07-28 10:22:42 -05:00
option ( 'packager' , type : 'string' , value : '' , description : 'Extra packager name' )
option ( 'packager_version' , type : 'string' , value : '' , description : 'Extra packager version' )
2020-08-03 01:50:49 -05:00
option ( 'system' , type : 'boolean' , value : false , description : 'Set install paths to system ones' )
option ( 'runstatedir' , type : 'string' , value : '' , description : 'State directory for temporary sockets, pid files, etc' )
2020-07-24 09:07:05 -05:00
option ( 'expensive_tests' , type : 'feature' , value : 'auto' , description : 'set the default for enabling expensive tests (long timeouts), use VIR_TEST_EXPENSIVE to override' )
2020-04-30 07:56:21 -05:00
option ( 'test_coverage' , type : 'boolean' , value : false , description : 'turn on code coverage instrumentation' )
2020-07-24 09:35:03 -05:00
option ( 'git_werror' , type : 'feature' , value : 'auto' , description : 'use -Werror if building from GIT' )
2020-07-29 07:16:58 -05:00
2020-07-29 07:19:59 -05:00
# build dependencies options
option ( 'apparmor' , type : 'feature' , value : 'auto' , description : 'apparmor support' )
2020-07-29 07:20:15 -05:00
option ( 'attr' , type : 'feature' , value : 'auto' , description : 'attr support' )
2020-07-29 07:20:29 -05:00
option ( 'audit' , type : 'feature' , value : 'auto' , description : 'audit support' )
2020-06-24 06:24:53 -05:00
option ( 'bash_completion' , type : 'feature' , value : 'auto' , description : 'bash-completion support' )
option ( 'bash_completion_dir' , type : 'string' , value : '' , description : 'directory containing bash completion scripts' )
2020-06-24 06:25:04 -05:00
option ( 'blkid' , type : 'feature' , value : 'auto' , description : 'blkid support' )
2020-06-24 06:25:16 -05:00
option ( 'capng' , type : 'feature' , value : 'auto' , description : 'cap-ng support' )
2020-06-24 06:25:26 -05:00
option ( 'curl' , type : 'feature' , value : 'auto' , description : 'curl support' )
2020-06-24 06:25:38 -05:00
option ( 'dbus' , type : 'feature' , value : 'auto' , description : 'dbus-1 support' )
2020-06-24 06:25:51 -05:00
option ( 'firewalld' , type : 'feature' , value : 'auto' , description : 'firewalld support' )
2020-06-24 06:26:08 -05:00
option ( 'firewalld_zone' , type : 'feature' , value : 'auto' , description : 'whether to install firewalld libvirt zone' )
2020-06-30 20:10:10 -05:00
option ( 'fuse' , type : 'feature' , value : 'auto' , description : 'fuse support' )
2020-06-24 06:26:27 -05:00
option ( 'glusterfs' , type : 'feature' , value : 'auto' , description : 'glusterfs support' )
2020-06-24 06:26:37 -05:00
option ( 'hal' , type : 'feature' , value : 'auto' , description : 'hal support' )
2020-06-24 06:26:48 -05:00
option ( 'libiscsi' , type : 'feature' , value : 'auto' , description : 'libiscsi support' )
2020-06-24 06:27:03 -05:00
option ( 'libpcap' , type : 'feature' , value : 'auto' , description : 'libpcap support' )
2020-06-24 06:27:12 -05:00
option ( 'libssh' , type : 'feature' , value : 'auto' , description : 'libssh support' )
2020-04-29 04:07:42 -05:00
option ( 'libssh2' , type : 'feature' , value : 'auto' , description : 'libssh2 support' )
2020-04-29 03:52:38 -05:00
option ( 'macvtap' , type : 'feature' , value : 'auto' , description : 'enable macvtap device' )
2020-07-29 07:20:43 -05:00
option ( 'readline' , type : 'feature' , value : 'auto' , description : 'readline support' )
2020-07-29 07:19:59 -05:00
2020-07-29 07:16:58 -05:00
# build driver options
option ( 'driver_remote' , type : 'feature' , value : 'enabled' , description : 'remote driver' )