2020-08-03 06:50:49 +00: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 15:22:42 +00:00
option ( 'packager' , type : 'string' , value : '' , description : 'Extra packager name' )
option ( 'packager_version' , type : 'string' , value : '' , description : 'Extra packager version' )
2020-08-03 06:50:49 +00: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 14:07:05 +00: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 12:56:21 +00:00
option ( 'test_coverage' , type : 'boolean' , value : false , description : 'turn on code coverage instrumentation' )
2020-07-24 14:35:03 +00:00
option ( 'git_werror' , type : 'feature' , value : 'auto' , description : 'use -Werror if building from GIT' )
2020-07-29 12:16:58 +00:00
2020-07-29 12:19:59 +00:00
# build dependencies options
option ( 'apparmor' , type : 'feature' , value : 'auto' , description : 'apparmor support' )
2020-07-29 12:20:15 +00:00
option ( 'attr' , type : 'feature' , value : 'auto' , description : 'attr support' )
2020-07-29 12:20:29 +00:00
option ( 'audit' , type : 'feature' , value : 'auto' , description : 'audit support' )
2020-06-24 11:24:53 +00: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 11:25:04 +00:00
option ( 'blkid' , type : 'feature' , value : 'auto' , description : 'blkid support' )
2020-06-24 11:25:16 +00:00
option ( 'capng' , type : 'feature' , value : 'auto' , description : 'cap-ng support' )
2020-06-24 11:25:26 +00:00
option ( 'curl' , type : 'feature' , value : 'auto' , description : 'curl support' )
2020-06-24 11:25:38 +00:00
option ( 'dbus' , type : 'feature' , value : 'auto' , description : 'dbus-1 support' )
2020-07-29 12:20:43 +00:00
option ( 'readline' , type : 'feature' , value : 'auto' , description : 'readline support' )
2020-07-29 12:19:59 +00:00
2020-07-29 12:16:58 +00:00
# build driver options
option ( 'driver_remote' , type : 'feature' , value : 'enabled' , description : 'remote driver' )