Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/libevdev/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libevdev/PKGBUILD')
-rw-r--r--extra/libevdev/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/libevdev/PKGBUILD b/extra/libevdev/PKGBUILD
new file mode 100644
index 00000000..66fbe2fc
--- /dev/null
+++ b/extra/libevdev/PKGBUILD
@@ -0,0 +1,5 @@
+# valgrind no longer supports i486 (configuire tests for the binary,
+# no explicit configure option available)
+if [ "$CARCH" = 'i486' ]; then
+ makedepends=(${makedepends[@]//valgrind/})
+fi