mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
glib: update to glib-2.25.11, now depending on dbus
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
db098e0bbd
commit
efb3c2dd5f
@ -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 \
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build zlib
|
||||
$SCRIPTS/build dbus
|
||||
$SCRIPTS/build glib-host
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user