From 1f97ee68b26fc81c5c8fe0a7538e8189d60da5e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 24 Feb 2018 19:34:53 +0100 Subject: [PATCH] choqok: try to fix cross --- srcpkgs/choqok/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/choqok/template b/srcpkgs/choqok/template index 268f9a5d42e..c05a2e68799 100644 --- a/srcpkgs/choqok/template +++ b/srcpkgs/choqok/template @@ -14,5 +14,5 @@ distfiles="https://download.kde.org/stable/${pkgname}/${version%.*}/src/${pkgnam checksum=8a7527067b3694ad16faafac754cfd5f1e5f5fd1547f066d8f14fbcf8327310f if [ -n "$CROSS_BUILD" ]; then - hostmakedepends+=" qt5-host-tools qt5-qmake" + hostmakedepends+=" kcoreaddons qt5-host-tools qt5-qmake qca-qt5-devel python" fi