From 6f0554405c2c32ad2b5a9f4066bd548a37342628 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Fri, 15 Nov 2019 07:43:38 +0100 Subject: [PATCH] systemsettings: broken on arm* because of xwayland --- srcpkgs/systemsettings/template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srcpkgs/systemsettings/template b/srcpkgs/systemsettings/template index 96df4777009..99f46d6c964 100644 --- a/srcpkgs/systemsettings/template +++ b/srcpkgs/systemsettings/template @@ -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"