index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-07-24 12:29:04 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-07-24 12:29:04 +0200 |
commit | b2daf56d5157f1a3d042b3ecb2f46debd7630704 (patch) | |
tree | 10db65d33f4ed40173ceebd83f97eff71c14a182 /extra/libinput/PKGBUILD | |
parent | 4b55218e04177d35a006dda61730f6c8fe57d84b (diff) |
-rw-r--r-- | extra/libinput/PKGBUILD | 9 |
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 |