]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Enable VMware driver by default
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 5 Jan 2021 09:18:57 +0000 (10:18 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 5 Jan 2021 10:02:23 +0000 (11:02 +0100)
commit6d7415272e7ae76bae22b8be89063bd4f2c734ff
tree50db61613c6bfbcb02272b8338b36e7ae5426998
parent487de3c33a07e3d540562096040ed3b73c97c568
Enable VMware driver by default

During rewrite to meson it was mistakenly disabled. Originally,
we had:

  LIBVIRT_ARG_WITH_FEATURE([VMWARE], [VMware], [yes])

which enabled the driver by default. But in meson we are checking
whether the 'driver_vmware' option is enabled without anything
enabling it automagically.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
meson.build