summaryrefslogtreecommitdiff
path: root/extra/libxkbcommon
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-04-28 21:20:57 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-04-28 21:20:57 +0200
commit635db6f26499e2bdc8e598046d9d206a452c187b (patch)
treebd4ed0ea3aa8db95943a0029d141ae72e6c3977c /extra/libxkbcommon
parent20c38971775b9b99c79a755ba66fdc5183b09501 (diff)
downloadpackages-635db6f26499e2bdc8e598046d9d206a452c187b.tar.xz
extra/libxkbcommon: no X11 and testing to break cycles on i486
Diffstat (limited to 'extra/libxkbcommon')
-rw-r--r--extra/libxkbcommon/PKGBUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/libxkbcommon/PKGBUILD b/extra/libxkbcommon/PKGBUILD
index a95d49b7..1c545368 100644
--- a/extra/libxkbcommon/PKGBUILD
+++ b/extra/libxkbcommon/PKGBUILD
@@ -28,5 +28,18 @@ if [ "${CARCH}" = "i486" ]; then
/mv.*doc/d
'
)"
+
+ # uses MESA, xorg-xcb
+ unset check
+ unset checkdepends
+
+ # disable X11 during bootstrapping
+ eval "$(
+ declare -f build | \
+ sed '
+ s/arch-meson/arch-meson -Denable-x11=false/
+ '
+ )"
+
fi