summaryrefslogtreecommitdiff
path: root/extra/libinput
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-02-23 20:04:46 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-02-23 20:04:46 +0100
commit0b013dd7f31dd4387f4d042ee1e4297e2f66e07d (patch)
treecfa4e051eb9ff2cfc732b85a673a62db4c1bf858 /extra/libinput
parentffb81cef55b116c1cd80e3ee1ff9408acd70ec04 (diff)
downloadpackages-0b013dd7f31dd4387f4d042ee1e4297e2f66e07d.tar.xz
extra/libinput: temporary icu69 for i486
Diffstat (limited to 'extra/libinput')
-rw-r--r--extra/libinput/PKGBUILD5
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