polkit-kde-agent: add missing host dep

This commit is contained in:
John 2019-04-05 06:03:16 +02:00
parent 4f91c460c3
commit 426863630a
No known key found for this signature in database
GPG key ID: 778558807E4FFC55

View file

@ -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>"