From 509a8cf72708b96dfb1a3672a23c88afb69f3565 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 26 Aug 2018 17:10:27 +0200 Subject: [PATCH] milou: fix cross --- srcpkgs/milou/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/milou/template b/srcpkgs/milou/template index 6add4f5a9c1..27843823c9d 100644 --- a/srcpkgs/milou/template +++ b/srcpkgs/milou/template @@ -13,8 +13,8 @@ license="GPL-2.0-or-later, LPGL-2.1-or-later" homepage="https://projects.kde.org/projects/plasma/milou" distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" checksum=4d7d9f9ac1dacf0c4fbd2e022555fb6e422b1cf29d40d778bca71715d2921c67 -nocross="/bin/sh: /usr/aarch64-linux-musl/usr/bin/desktoptojson: cannot execute binary file" 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