From ab328b6af708674acb9ad9b4938bf186d8de0c5c Mon Sep 17 00:00:00 2001 From: John Date: Tue, 26 Feb 2019 22:11:04 +0100 Subject: [PATCH] kwin: unset nocross in the hope that it works finally --- srcpkgs/kwin/template | 2 -- 1 file changed, 2 deletions(-) diff --git a/srcpkgs/kwin/template b/srcpkgs/kwin/template index 2cfd6038f4..ff5b14511c 100644 --- a/srcpkgs/kwin/template +++ b/srcpkgs/kwin/template @@ -17,8 +17,6 @@ homepage="https://projects.kde.org/projects/plasma/kwin" distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" checksum=de4997170d11adb175e0c9499e03c06b4d83aa572a5f71040a873bf7b0f65d84 -nocross="/bin/sh: /usr/aarch64-linux-gnu/usr/bin/desktoptojson: cannot execute binary file: Exec format error" - if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-qmake qt5-host-tools kcoreaddons kconfig" configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"