[libvirt PATCH 02/15] meson_options: change VirtualBox default from enabled to auto

Pavel Hrdina phrdina at redhat.com
Thu Oct 8 13:58:51 UTC 2020


Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---
 meson_options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson_options.txt b/meson_options.txt
index 49e418cc82..fafc0d72be 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -61,7 +61,7 @@ option('driver_remote', type: 'feature', value: 'enabled', description: 'remote
 option('remote_default_mode', type: 'combo', choices: ['legacy', 'direct'], value: 'legacy', description: 'remote driver default mode')
 option('driver_secrets', type: 'feature', value: 'auto', description: 'local secrets management driver')
 option('driver_test', type: 'feature', value: 'enabled', description: 'test driver')
-option('driver_vbox', type: 'feature', value: 'enabled', description: 'VirtualBox XPCOMC driver')
+option('driver_vbox', type: 'feature', value: 'auto', description: 'VirtualBox XPCOMC driver')
 option('vbox_xpcomc_dir', type: 'string', value: '', description: 'Location of directory containing VirtualBox XPCOMC library')
 option('driver_vmware', type: 'feature', value: 'auto', description: 'VMware driver')
 option('driver_vz', type: 'feature', value: 'auto', description: 'Virtuozzo driver')
-- 
2.26.2




More information about the libvir-list mailing list