blob: 9b94dcd334567842f4be6a7829381b386cc321ca (
plain)
1
2
3
4
5
6
7
8
|
# libdazzle libhandy require glade, gjs, js78, ignoring on i486
if [ "$CARCH" = 'i486' ]; then
depends=(${depends[@]//libdazzle/})
depends=(${depends[@]//libhandy/})
fi
# no testing, fails
unset check
|