Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-03-07 17:35:01 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-03-07 17:35:01 +0100
commit356d1c9ad20b3f0691230f5476e751027d4c43be (patch)
tree757d7eb1ca97f27a7532d9bbdb7dd0fac0823863
parentf80f993c3b00600bfb4c73c4f3f07e1fab9f539d (diff)
extra/libsoup3: reenable vala and documentation on i486
-rw-r--r--extra/libsoup3/PKGBUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/extra/libsoup3/PKGBUILD b/extra/libsoup3/PKGBUILD
index 2b2ec219..5d1f8d5d 100644
--- a/extra/libsoup3/PKGBUILD
+++ b/extra/libsoup3/PKGBUILD
@@ -5,15 +5,3 @@ eval "$(
s/\(meson test.*\)/\1 || true/
'
)"
-
-# disable Vala for now on i486 (fails to build)
-# also disable documentation with too many dependencies
-if [ "${CARCH}" = "i486" ]; then
- makedepends=(${makedepends[@]//vala/})
- eval "$(
- declare -f build | \
- sed '
- s/-D gtk_doc=true/-D gtk_doc=false -Dvapi=disabled/
- '
- )"
-fi