plasma-pa: fix cross
This commit is contained in:
parent
f72c6b0efd
commit
39974346fe
|
@ -14,8 +14,8 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="https://projects.kde.org/projects/plasma/plasma-pa"
|
homepage="https://projects.kde.org/projects/plasma/plasma-pa"
|
||||||
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=f3a4de3e184762c111423c86f16983570df025c892246daffaeebdd952b815f7
|
checksum=f3a4de3e184762c111423c86f16983570df025c892246daffaeebdd952b815f7
|
||||||
nocross=yes
|
|
||||||
|
|
||||||
if [ "${CROSS_BUILD}" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
hostmakedepends+=" kconfig-devel kcoreaddons-devel"
|
||||||
|
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue