kscreen: fix cross

This commit is contained in:
John 2018-08-26 23:52:19 +02:00 committed by maxice8
parent d2e0f29fbb
commit 9b127f53b0

View file

@ -13,4 +13,7 @@ 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=43f78c55cca7c14aa1ae697fbda2f2179e73e65c8850d5e38ad164d538854b51
nocross="Exec format error on compiling"
if [ "$CROSS_BUILD" ]; then
configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
fi