# glade needs gjs which needs js78 which builds only with rust (on i486)
if [ "$CARCH" = 'i486' ]; then
  makedepends=(${makedepends[@]//glade/})
fi