khotkeys: broken on arm* because of xwayland
This commit is contained in:
parent
bf0cd7a23a
commit
9d388858cc
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ homepage="https://projects.kde.org/projects/plasma/khotkeys"
|
||||||
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=77dc49b9d7025276804a8064b526e70943e3c88babbbd0645d6916d4d985f7d6
|
checksum=77dc49b9d7025276804a8064b526e70943e3c88babbbd0645d6916d4d985f7d6
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
arm*) broken="xorg-server-xwayland is not available"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue