]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: Fix firewalld check
authorAndrea Bolognani <abologna@redhat.com>
Wed, 26 May 2021 15:33:08 +0000 (17:33 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 1 Jun 2021 12:32:02 +0000 (14:32 +0200)
commitb6b7897ce85b1ee42ca365200ab253a1717c5384
treed599cb2ce43f070987b415590493e0f6ffc65d91
parenta755b740883fdb68eb79c58af51e5e84d29428fc
meson: Fix firewalld check

firewalld is Linux-only, so it should be disabled by default
everywhere else and attempts to explicitly enable firewalld
support on non-Linux targets should result in an error.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
meson.build