kwin: unset nocross
in the hope that it works now, can't reproduce the failure locally
This commit is contained in:
parent
4ce79b23cb
commit
6c4e04f6eb
|
@ -17,8 +17,6 @@ homepage="https://projects.kde.org/projects/plasma/kwin"
|
||||||
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=3c313eac0d8daa13b6949325edbc447167cb00597d4b0b079deca3ef6d6f1738
|
checksum=3c313eac0d8daa13b6949325edbc447167cb00597d4b0b079deca3ef6d6f1738
|
||||||
|
|
||||||
nocross="/bin/sh: /usr/aarch64-linux-gnu/usr/bin/desktoptojson: cannot execute binary file: Exec format error"
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-qmake qt5-host-tools kcoreaddons kconfig"
|
hostmakedepends+=" qt5-qmake qt5-host-tools kcoreaddons kconfig"
|
||||||
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
||||||
|
|
Loading…
Reference in New Issue