kscreen: unbreak cross

This commit is contained in:
John Zimmermann 2018-11-23 20:09:37 +01:00 committed by maxice8
parent 703b07a6c9
commit cbaf48547a
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/plasma/kscreen"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=43bf7b301892603207b2a39f5fe8ceebce75d509ad9f7dc82af0a9714669c24a
nocross="cannot execute binary file: Exec format error"
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