khotkeys: broken on arm* because of xwayland

This commit is contained in:
Helmut Pozimski 2019-11-15 07:34:43 +01:00
parent bf0cd7a23a
commit 9d388858cc

View file

@ -14,6 +14,11 @@ homepage="https://projects.kde.org/projects/plasma/khotkeys"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=77dc49b9d7025276804a8064b526e70943e3c88babbbd0645d6916d4d985f7d6
case "$XBPS_TARGET_MACHINE" in
arm*) broken="xorg-server-xwayland is not available"
;;
esac
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
fi