systemsettings: broken on arm* because of xwayland

This commit is contained in:
Helmut Pozimski 2019-11-15 07:43:38 +01:00
parent f3315209f2
commit 6f0554405c

View file

@ -15,6 +15,12 @@ homepage="https://projects.kde.org/projects/plasma/systemsettings"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=df28ef37abc904155ddd2895e014f3a98e6ea8571c3b07ca5d4e605f0490ca94
case "$XBPS_TARGET_MACHINE" in
arm*) broken="xorg-server-xwayland is not available"
;;
esac
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" python qt5-qmake qt5-host-tools kconfig
kcoreaddons kdoctools"