mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
kdeplasma-addons5: broken on arm* because of xwayland
This commit is contained in:
parent
6393c0b1b8
commit
bf0cd7a23a
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ homepage="https://projects.kde.org/projects/plasma/kdeplasma-addons"
|
|||
distfiles="${KDE_SITE}/plasma/${version}/${pkgname%5}-${version}.tar.xz"
|
||||
checksum=ae1e88249558a40413a31ea97599aa7534fff6c018096435cd15d514f20b499f
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) broken="xorg-server-xwayland is not available"
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"
|
||||
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
|
||||
|
|
Loading…
Add table
Reference in a new issue