From b2daf56d5157f1a3d042b3ecb2f46debd7630704 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 24 Jul 2022 12:29:04 +0200 Subject: extra/libinput: no debug-gui on i486, usues Gnome and half of broken libraries on i486 --- extra/libinput/PKGBUILD | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/libinput/PKGBUILD b/extra/libinput/PKGBUILD index 0bf3ff0b..7d2e83a9 100644 --- a/extra/libinput/PKGBUILD +++ b/extra/libinput/PKGBUILD @@ -1,5 +1,12 @@ +# used by debug gui # fails to rebuild currently on i486 # /usr/bin/ld: warning: libicui18n.so.69, needed by /usr/lib//libtracker-sparql-3.0. if [ "$CARCH" == 'i486' ]; then - makedepends+=(icu69) + eval "$( + declare -f build | \ + sed ' + s/arch-meson /arch-meson -Ddebug-gui=false /g + ' + )" + makedepends+=(icu69) fi -- cgit v1.2.3-54-g00ecf