summaryrefslogtreecommitdiff
path: root/community/libmanette/PKGBUILD
blob: f47f847eed1415545679cb0e0ddb6b40a854969d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# no Vala and broken gtkdoc on i486
makedepends=(${makedepends[@]//vala/})
makedepends_i686+=(vala)
makedepends_pentium4=("${makedepends_i686[@]}")
if [ "$CARCH" = 'i486' ]; then
  eval "$(
    declare -f build | \
      sed '
        s/arch-meson/arch-meson -D vapi=false/
      '
  )"
fi

# libudev.pc is in systemd (FS#70706)
makedepends+=(systemd)

# missing gtk-doc
makedepends+=(gtk-doc)