]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
meson_options: change default value to auto for driver_esx
authorPavel Hrdina <phrdina@redhat.com>
Mon, 3 Aug 2020 18:59:42 +0000 (20:59 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 4 Aug 2020 09:25:51 +0000 (11:25 +0200)
Reported-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
meson_options.txt

index a1bb6505b8c31da12049adf8371ace7960328c50..1313effd09e88ac242fcae88c1a70d25bbbb761f 100644 (file)
@@ -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')