diff options
-rw-r--r-- | extra/libinput/PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/libinput/PKGBUILD b/extra/libinput/PKGBUILD new file mode 100644 index 00000000..a389b314 --- /dev/null +++ b/extra/libinput/PKGBUILD @@ -0,0 +1,5 @@ +# fails to rebuild currently on i486 +# /usr/bin/ld: warning: libicui18n.so.69, needed by /usr/lib//libtracker-sparql-3.0.so.0, not found (try using -rpath or -rpath-link) +if [ "$CARCH" == 'i486' ]; then + makedepends+=(icu69) +fi |