gdk-pixbuf: disable tests to unbreak musl.

This commit is contained in:
Juan RP 2015-09-07 10:09:34 +02:00
parent 33a2c3917b
commit e7d78c507a

View file

@ -25,6 +25,7 @@ if [ -z "$CROSS_BUILD" ]; then
fi
pre_configure() {
sed -i '/SUBDIRS/s/tests//' Makefile.am
autoreconf -fi
}