We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a20cc commit 657263fCopy full SHA for 657263f
meson_options.txt
@@ -48,7 +48,7 @@ option('yajl', type: 'feature', value: 'auto', description: 'yajl support')
48
49
# build driver options
50
option('driver_bhyve', type: 'feature', value: 'auto', description: 'bhyve driver')
51
-option('driver_esx', type: 'feature', value: 'enabled', description: 'esx driver')
+option('driver_esx', type: 'feature', value: 'auto', description: 'esx driver')
52
option('driver_hyperv', type: 'feature', value: 'auto', description: 'Hyper-V driver')
53
option('driver_interface', type: 'feature', value: 'auto', description: 'host interface driver')
54
option('driver_libvirtd', type: 'feature', value: 'auto', description: 'libvirtd driver')
0 commit comments