mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
meson_options: change default value to auto for driver_esx
Reported-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
a4a20cc34f
commit
657263fbc6
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user