From d580d7334bdc150c7ec4ac2ade0d8089010eb78b Mon Sep 17 00:00:00 2001 From: John Date: Thu, 21 Mar 2019 02:14:30 +0100 Subject: [PATCH] kde-cli-tools: fix cross --- srcpkgs/kde-cli-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kde-cli-tools/template b/srcpkgs/kde-cli-tools/template index b076ddf92fc..734219a0420 100644 --- a/srcpkgs/kde-cli-tools/template +++ b/srcpkgs/kde-cli-tools/template @@ -16,7 +16,7 @@ distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" checksum=ef7ac31b6499739779b2c4e1ecbde3500346ca805875e2f93ca6928494f62adf if [ "$CROSS_BUILD" ]; then - hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake" + hostmakedepends+=" kdoctools kcoreaddons python qt5-host-tools qt5-qmake" fi post_install() {