summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-13 21:37:52 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-13 21:37:52 +0200
commit8d64a42e9b894eafeb09115b91cdaad96dc4e527 (patch)
tree71c23822eede36dbd7aa0a012879b97a1bc2b286 /extra
parent586119e0f475fb994d42f0ac45dee6b8f71591ef (diff)
downloadpackages-8d64a42e9b894eafeb09115b91cdaad96dc4e527.tar.xz
extra/libgudev: readded vala on i486
Diffstat (limited to 'extra')
-rw-r--r--extra/libgudev/PKGBUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/libgudev/PKGBUILD b/extra/libgudev/PKGBUILD
deleted file mode 100644
index 5a400291..00000000
--- a/extra/libgudev/PKGBUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-# no polkit, no js78, no rust, no potatoes on i486
-if [ "$CARCH" = 'i486' ]; then
- makedepends=(${makedepends[@]//vala/})
- eval "$(
- declare -f build | \
- sed '
- s/arch-meson/arch-meson -D vapi=disabled/
- '
- )"
-fi