kdeplasma-addons5: broken on arm* because of xwayland

This commit is contained in:
Helmut Pozimski 2019-11-15 07:26:46 +01:00
parent 6393c0b1b8
commit bf0cd7a23a

View file

@ -15,6 +15,11 @@ homepage="https://projects.kde.org/projects/plasma/kdeplasma-addons"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname%5}-${version}.tar.xz"
checksum=ae1e88249558a40413a31ea97599aa7534fff6c018096435cd15d514f20b499f
case "$XBPS_TARGET_MACHINE" in
arm*) broken="xorg-server-xwayland is not available"
;;
esac
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"