mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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"
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=584a139c0334164053663e87da0b640ab8af582e3521c06767e525b44cd9f4b3
|
checksum=584a139c0334164053663e87da0b640ab8af582e3521c06767e525b44cd9f4b3
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
arm*) broken="xorg-server-xwayland is not available"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" kdoctools kcoreaddons python qt5-host-tools qt5-qmake"
|
hostmakedepends+=" kdoctools kcoreaddons python qt5-host-tools qt5-qmake"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue