From 306db77dbbe88cb0f2783db4c9aa2b921339d688 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 29 Nov 2021 14:33:19 +0100 Subject: extra/libsoup3: disabled vala and gtkdoc on i486 for now --- extra/libsoup3/PKGBUILD | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'extra/libsoup3') diff --git a/extra/libsoup3/PKGBUILD b/extra/libsoup3/PKGBUILD index 5d1f8d5d..2b2ec219 100644 --- a/extra/libsoup3/PKGBUILD +++ b/extra/libsoup3/PKGBUILD @@ -5,3 +5,15 @@ 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 -- cgit v1.2.3-54-g00ecf