blob: 14f0ae48dc2468ce25d4a5259c43e3a4fe548ddd (
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 vapigen=false/
'
)"
fi
|