From 10e30f832a7f538e282e068e8ad5bb5c64e58c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 25 Mar 2018 17:03:15 +0200 Subject: [PATCH] systemsettings: fix cross --- srcpkgs/systemsettings/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/systemsettings/template b/srcpkgs/systemsettings/template index 23edcc57c3..f4f365a94f 100644 --- a/srcpkgs/systemsettings/template +++ b/srcpkgs/systemsettings/template @@ -14,3 +14,7 @@ license="GPL-2" homepage="https://projects.kde.org/projects/plasma/systemsettings" distfiles="http://download.kde.org/stable/plasma/${version}/${pkgname}-${version}.tar.xz" checksum=0b6d4bca5a09b2039d52ebad1bb5f8de71698b3e3fdf6f7ad9cc5688fe8ab144 + +if [ -n "$CROSS_BUILD" ]; then + hostmakedepends+=" python qt5-qmake qt5-host-tools kconfig kdoctools" +fi