mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +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
|
. config/options
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
$SCRIPTS/build toolchain
|
||||||
|
$SCRIPTS/build dbus-host
|
||||||
$SCRIPTS/unpack glib
|
$SCRIPTS/unpack glib
|
||||||
|
|
||||||
setup_toolchain host
|
setup_toolchain host
|
||||||
|
export ZLIB_CFLAGS=""
|
||||||
|
export ZLIB_LIBS=""
|
||||||
|
|
||||||
cd $BUILD/glib*
|
cd $BUILD/glib*
|
||||||
|
|
||||||
@ -15,6 +18,7 @@ cd .build-host
|
|||||||
../configure --prefix=$ROOT/$TOOLCHAIN \
|
../configure --prefix=$ROOT/$TOOLCHAIN \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
--with-gnu-ld \
|
||||||
--with-libiconv=no \
|
--with-libiconv=no \
|
||||||
--enable-debug=no \
|
--enable-debug=no \
|
||||||
--disable-man \
|
--disable-man \
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
$SCRIPTS/build toolchain
|
$SCRIPTS/build toolchain
|
||||||
$SCRIPTS/build zlib
|
$SCRIPTS/build zlib
|
||||||
|
$SCRIPTS/build dbus
|
||||||
$SCRIPTS/build glib-host
|
$SCRIPTS/build glib-host
|
||||||
|
|
||||||
cd $PKG_BUILD
|
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