systemsettings: fix cross

This commit is contained in:
Jürgen Buchmüller 2018-03-25 17:03:15 +02:00
parent ca4d585fb4
commit 10e30f832a

View file

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