powerdevil: broken on arm* because of xorg-server-xwayland

This commit is contained in:
Helmut Pozimski 2019-11-15 07:08:52 +01:00
parent c1c2c3ee24
commit 0daa059c2c
1 changed files with 5 additions and 0 deletions

View File

@ -14,3 +14,8 @@ license="GPL-2.0-or-later"
homepage="https://projects.kde.org/projects/plasma/powerdevil"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=7ee1d5ed16ab3cc66268d17175c237a8e9a4cf5f1869f8a99d12379ae764d0ec
case "$XBPS_TARGET_MACHINE" in
arm*) broken="xorg-server-xwayland is not available"
;;
esac