summaryrefslogtreecommitdiff
path: root/extra/libpeas/PKGBUILD
blob: 31253d95d8888c02f561c3998483c49be3f443ac (plain)
1
2
3
4
# glade needs gjs which needs js78 which builds only with rust (on i486)
if [ "$CARCH" = 'i486' ]; then
  makedepends=(${makedepends[@]//glade/})
fi