Skip to content

Commit 657263f

Browse files
committed
meson_options: change default value to auto for driver_esx
Reported-by: Daniel P. Berrangé <[email protected]> Signed-off-by: Pavel Hrdina <[email protected]> Reviewed-by: Daniel P. Berrangé <[email protected]>
1 parent a4a20cc commit 657263f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson_options.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ option('yajl', type: 'feature', value: 'auto', description: 'yajl support')
4848

4949
# build driver options
5050
option('driver_bhyve', type: 'feature', value: 'auto', description: 'bhyve driver')
51-
option('driver_esx', type: 'feature', value: 'enabled', description: 'esx driver')
51+
option('driver_esx', type: 'feature', value: 'auto', description: 'esx driver')
5252
option('driver_hyperv', type: 'feature', value: 'auto', description: 'Hyper-V driver')
5353
option('driver_interface', type: 'feature', value: 'auto', description: 'host interface driver')
5454
option('driver_libvirtd', type: 'feature', value: 'auto', description: 'libvirtd driver')

0 commit comments

Comments
 (0)