glib: update to glib-2.25.11, now depending on dbus

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-12 16:29:38 +02:00
parent db098e0bbd
commit efb3c2dd5f
3 changed files with 6 additions and 1 deletions

View File

@ -3,9 +3,12 @@
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build dbus-host
$SCRIPTS/unpack glib
setup_toolchain host
export ZLIB_CFLAGS=""
export ZLIB_LIBS=""
cd $BUILD/glib*
@ -15,6 +18,7 @@ cd .build-host
../configure --prefix=$ROOT/$TOOLCHAIN \
--enable-shared \
--disable-static \
--with-gnu-ld \
--with-libiconv=no \
--enable-debug=no \
--disable-man \

View File

@ -4,6 +4,7 @@
$SCRIPTS/build toolchain
$SCRIPTS/build zlib
$SCRIPTS/build dbus
$SCRIPTS/build glib-host
cd $PKG_BUILD

View File

@ -1 +1 @@
http://ftp.gnome.org/pub/GNOME/sources/glib/2.24/glib-2.24.1.tar.bz2
http://ftp.gnome.org/pub/GNOME/sources/glib/2.25/glib-2.25.11.tar.bz2