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:
parent
67867880bc
commit
e8bf9ac05b
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue