summaryrefslogtreecommitdiff
path: root/extra/dconf/PKGBUILD
blob: 1c51c2b3f729450693f6b56e014efb7907cd0e45 (plain)
1
2
3
4
5
6
7
8
9
10
# no Vala on i486
if [ "$CARCH" = 'i486' ]; then
  makedepends=(${makedepends[@]//vala/})
  eval "$(
    declare -f build | \
      sed '
        s/arch-meson/arch-meson -D vapi=false/
      '
  )"
fi