polkit-kde-agent: add missing host dep
This commit is contained in:
parent
4f91c460c3
commit
426863630a
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ revision=1
|
|||
wrksrc="${pkgname}-1-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools polkit-qt5-devel"
|
||||
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools polkit-qt5-devel
|
||||
kcoreaddons"
|
||||
makedepends="kcrash-devel kdbusaddons-devel kiconthemes-devel kdoctools-devel"
|
||||
short_desc="KDE PolKit auth agent"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
|
|
Loading…
Reference in a new issue