libvirt: make sure that polkit is enabled when cross compiling
the meson script makes an unnecessary check whether pkcheck exists in $PATH
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
# Template file for 'libvirt'
|
||||
pkgname=libvirt
|
||||
version=7.8.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
configure_args="-Dqemu_user=libvirt -Dqemu_group=libvirt -Drunstatedir=/run"
|
||||
configure_args="-Dqemu_user=libvirt -Dqemu_group=libvirt -Drunstatedir=/run
|
||||
-Dpolkit=enabled"
|
||||
hostmakedepends="automake dnsmasq docbook-xsl gettext gettext-devel iptables
|
||||
libapparmor-devel libtool libxslt lvm2 parted perl pkg-config python3-docutils
|
||||
rpcsvc-proto"
|
||||
|
||||
Reference in New Issue
Block a user