blob: 874dbf430d1b03c0ea336ccda77f2e6f560b8010 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# no Vala on i486
makedepends=(${makedepends[@]//vala/})
makedepends_i686+=(vala)
makedepends_pentium4=("${makedepends_i686[@]}")
# i486-specific
if [ "${CARCH}" = "i486" ]; then
# no Gnome (gjs), no dbus-glib
unset check
fi
|