plasma-sdk: fix cross

This commit is contained in:
John 2018-08-26 17:16:35 +02:00 committed by Helmut Pozimski
parent 509a8cf727
commit e8b4f8b109

View file

@ -13,8 +13,8 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/plasma/plasma-sdk"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=ca5d8912dd4893a32f13f3c54e16ab6b2d1083536f250b678d43d188908dad8d
nocross="couldn't generate metainfo for org.kde.plasma.lookandfeelexplorer"
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
hostmakedepends+=" kconfig-devel kcoreaddons-devel plasma-framework"
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
fi