summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-04-10 20:08:30 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-04-10 20:08:30 +0200
commit8795e7b16a8b0f783bf29e75ccb909be9cef0790 (patch)
tree4e9aa11a1b341a4805e3263be9dd7f17bd7e9c87 /extra
parentf248b9a7b07e1fea2dbb2bba3d9dbd382c303aa7 (diff)
downloadpackages-8795e7b16a8b0f783bf29e75ccb909be9cef0790.tar.xz
extra/libcloudproviders: no vala on i486
Diffstat (limited to 'extra')
-rw-r--r--extra/libcloudproviders/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/libcloudproviders/PKGBUILD b/extra/libcloudproviders/PKGBUILD
new file mode 100644
index 00000000..14f0ae48
--- /dev/null
+++ b/extra/libcloudproviders/PKGBUILD
@@ -0,0 +1,10 @@
+# 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 vapigen=false/
+ '
+ )"
+fi