systemsettings: fix cross
This commit is contained in:
parent
ca4d585fb4
commit
10e30f832a
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@ license="GPL-2"
|
||||||
homepage="https://projects.kde.org/projects/plasma/systemsettings"
|
homepage="https://projects.kde.org/projects/plasma/systemsettings"
|
||||||
distfiles="http://download.kde.org/stable/plasma/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="http://download.kde.org/stable/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=0b6d4bca5a09b2039d52ebad1bb5f8de71698b3e3fdf6f7ad9cc5688fe8ab144
|
checksum=0b6d4bca5a09b2039d52ebad1bb5f8de71698b3e3fdf6f7ad9cc5688fe8ab144
|
||||||
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" python qt5-qmake qt5-host-tools kconfig kdoctools"
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue