mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
kde-cli-tools: broken on arm* because of xwayland
This commit is contained in:
parent
0daa059c2c
commit
6393c0b1b8
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue