[libvirt PATCH] meson_options: change default value to auto for driver_esx

Pavel Hrdina posted 1 patch 3 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/d065dbc9cd7c731b2c6553da848698ee43244421.1596481346.git.phrdina@redhat.com
meson_options.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt PATCH] meson_options: change default value to auto for driver_esx
Posted by Pavel Hrdina 3 years, 7 months ago
Reported-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
---
 meson_options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson_options.txt b/meson_options.txt
index a1bb6505b8..1313effd09 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -48,7 +48,7 @@ option('yajl', type: 'feature', value: 'auto', description: 'yajl support')
 
 # build driver options
 option('driver_bhyve', type: 'feature', value: 'auto', description: 'bhyve driver')
-option('driver_esx', type: 'feature', value: 'enabled', description: 'esx driver')
+option('driver_esx', type: 'feature', value: 'auto', description: 'esx driver')
 option('driver_hyperv', type: 'feature', value: 'auto', description: 'Hyper-V driver')
 option('driver_interface', type: 'feature', value: 'auto', description: 'host interface driver')
 option('driver_libvirtd', type: 'feature', value: 'auto', description: 'libvirtd driver')
-- 
2.26.2

Re: [libvirt PATCH] meson_options: change default value to auto for driver_esx
Posted by Daniel P. Berrangé 3 years, 7 months ago
On Mon, Aug 03, 2020 at 09:02:41PM +0200, Pavel Hrdina wrote:
> Reported-by: Daniel P. Berrangé <berrange@redhat.com>
> Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
> ---
>  meson_options.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|