summaryrefslogtreecommitdiff
path: root/extra/libgudev/PKGBUILD
blob: 5a40029193196614ce0e49692a0f5df7790389dd (plain)
1
2
3
4
5
6
7
8
9
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 vapi=disabled/
      '
  )"
fi