Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv

This commit is contained in:
Stephan Raue 2012-06-01 11:28:21 +02:00
commit 7cf7714f6d

View File

@ -24,6 +24,11 @@
$SCRIPTS/unpack glib
# hack: we need pkg.m4 for autoreconf, but pkgconfig depends on glib so install
# pkg.m4 first
$SCRIPTS/unpack pkg-config
cp $BUILD/pkg-config-*/pkg.m4 $TOOLCHAIN/share/aclocal
setup_toolchain host
export ZLIB_CFLAGS=""
export ZLIB_LIBS=""