From a3ad6a52e3e58c050ea28ba7fc9b0591d14cd7e7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 29 Apr 2020 17:21:20 +0200 Subject: extra/libxkbcommon: breaking X11 cycle on i486 --- extra/libxkbcommon/PKGBUILD | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'extra') diff --git a/extra/libxkbcommon/PKGBUILD b/extra/libxkbcommon/PKGBUILD index 1c545368..3c04600f 100644 --- a/extra/libxkbcommon/PKGBUILD +++ b/extra/libxkbcommon/PKGBUILD @@ -40,6 +40,19 @@ if [ "${CARCH}" = "i486" ]; then s/arch-meson/arch-meson -Denable-x11=false/ ' )" + + pkgname=($( + printf '%s\n' "${pkgname[@]}" | \ + sed '/^libxkbcommon-x11/d' + )) + + eval "$( + declare -f package_libxkbcommon | \ + sed ' + /x11/d + ' + )" + fi -- cgit v1.2.3