summaryrefslogtreecommitdiff
path: root/extra/libpeas/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libpeas/PKGBUILD')
-rw-r--r--extra/libpeas/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/libpeas/PKGBUILD b/extra/libpeas/PKGBUILD
new file mode 100644
index 00000000..31253d95
--- /dev/null
+++ b/extra/libpeas/PKGBUILD
@@ -0,0 +1,4 @@
+# glade needs gjs which needs js78 which builds only with rust (on i486)
+if [ "$CARCH" = 'i486' ]; then
+ makedepends=(${makedepends[@]//glade/})
+fi