mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
systemsettings: broken on arm* because of xwayland
This commit is contained in:
parent
f3315209f2
commit
6f0554405c
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue