From 635db6f26499e2bdc8e598046d9d206a452c187b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 28 Apr 2020 21:20:57 +0200 Subject: extra/libxkbcommon: no X11 and testing to break cycles on i486 --- extra/libxkbcommon/PKGBUILD | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'extra/libxkbcommon') 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 -- cgit v1.2.3-54-g00ecf