breeze: fix cross

This commit is contained in:
John 2018-08-26 16:57:45 +02:00 committed by Helmut Pozimski
parent d78e5d8b43
commit f24d9bc374

View file

@ -15,8 +15,8 @@ license="GPL-2.0-or-later"
homepage="https://projects.kde.org/projects/plasma/breeze"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=04e157d3468a85190cb7c8acff09c382830d9c15fc53200394359d393f6aaccf
nocross=yes
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