From: Pavel Hrdina Date: Thu, 8 Oct 2020 10:55:30 +0000 (+0200) Subject: meson_options: change VMware default from enabled to auto X-Git-Tag: v6.9.0-rc1~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58042c3a4aa790935118870187c9f0dffcdb267d;p=thirdparty%2Flibvirt.git meson_options: change VMware default from enabled to auto Signed-off-by: Pavel Hrdina Reviewed-by: Andrea Bolognani --- diff --git a/meson_options.txt b/meson_options.txt index 359fcf0a0b..49e418cc82 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -63,7 +63,7 @@ option('driver_secrets', type: 'feature', value: 'auto', description: 'local sec option('driver_test', type: 'feature', value: 'enabled', description: 'test driver') option('driver_vbox', type: 'feature', value: 'enabled', 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: 'enabled', description: 'VMware driver') +option('driver_vmware', type: 'feature', value: 'auto', description: 'VMware driver') option('driver_vz', type: 'feature', value: 'auto', description: 'Virtuozzo driver') option('secdriver_apparmor', type: 'feature', value: 'auto', description: 'use AppArmor security driver')