mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
pygobject: update to pygobject-2.26.0, add libffi support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d080f5cf2a
commit
a90b23ce1d
@ -5,7 +5,7 @@
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build Python
|
||||
$SCRIPTS/build glib
|
||||
#$SCRIPTS/build libffi
|
||||
$SCRIPTS/build libffi
|
||||
|
||||
PYTHON_LIBDIR="`ls -d $SYSROOT_PREFIX/usr/lib/python*`"
|
||||
|
||||
@ -16,7 +16,8 @@ cd $PKG_BUILD
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--enable-thread
|
||||
--enable-thread \
|
||||
--disable-introspection \
|
||||
|
||||
make
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
$SCRIPTS/install Python
|
||||
$SCRIPTS/install glib
|
||||
#$SCRIPTS/install libffi
|
||||
$SCRIPTS/install libffi
|
||||
|
||||
PYTHON_LIB_DIR=`ls -d $INSTALL/usr/lib/python*`
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.21/pygobject-2.21.1.tar.bz2
|
||||
http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.26/pygobject-2.26.0.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user