kde-cli-tools: broken on arm* because of xwayland

This commit is contained in:
Helmut Pozimski 2019-11-15 07:14:16 +01:00
parent 0daa059c2c
commit 6393c0b1b8

View file

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