kwin: try build with --trace-expand to debug cross-builds

This commit is contained in:
Johannes 2019-03-20 19:53:39 +01:00
parent f0947cff29
commit 32d4522e3b

View file

@ -3,7 +3,7 @@ pkgname=kwin
version=5.15.3.2
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
configure_args="-DBUILD_TESTING=OFF --trace-expand"
hostmakedepends="extra-cmake-modules breeze pkg-config"
makedepends="plasma-framework-devel kcmutils-devel knewstuff-devel
kscreenlocker-devel kinit-devel xcb-util-cursor-devel qt5-multimedia-devel
@ -17,7 +17,7 @@ homepage="https://projects.kde.org/projects/plasma/kwin"
distfiles="${KDE_SITE}/plasma/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=3c7b5ced440cf9ecd23b5905727cea4730188fbfe6388b4fcdb5eb3f52323147
nocross="/bin/sh: /usr/aarch64-linux-gnu/usr/bin/desktoptojson: cannot execute binary file: Exec format error"
#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"