kgamma5: fix cross

This commit is contained in:
maxice8 2018-07-30 01:32:11 -03:00
parent 9879958efc
commit e8893807db
1 changed files with 4 additions and 0 deletions

View File

@ -12,3 +12,7 @@ license="GPL-2.0-or-later"
homepage="https://projects.kde.org/projects/plasma/kgamma5"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=a78537fe529bd2c07ed0f013fccb7597ce801516d614828f6724b98effa909e4
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-devel kdoctools"
fi