]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: Improve network driver enablement logic
authorAndrea Bolognani <abologna@redhat.com>
Fri, 3 Dec 2021 13:06:54 +0000 (14:06 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 6 Dec 2021 10:13:51 +0000 (11:13 +0100)
commitc71181b66674f6bef67576137d285162f1bc6a6d
tree503a66be0fcd20e4073965b90f220f6400d88736
parent4cf9f43f1da4f3a54cb71caecdae18950046e03b
meson: Improve network driver enablement logic

The Homebrew package explicitly enables this driver despite us
disabling it by default on macOS, so it must be functional to
at least some extent and certainly can't be causing any build
failures.

Additionally, if the user has explicitly asked for the network
driver to be enabled but libvirtd is disabled for whatever
reason, we should error out instead of silently disabling the
network driver.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
meson.build