mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
dbus-python: remove options.python support, remove any unneeded configure option
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
99f00e2ae3
commit
c96f042a54
@ -7,7 +7,7 @@ $SCRIPTS/build Python
|
||||
$SCRIPTS/build dbus
|
||||
$SCRIPTS/build dbus-glib
|
||||
|
||||
. config/options.python
|
||||
PYTHON_LIBDIR="`ls -d $SYSROOT_PREFIX/usr/lib/python*`"
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
@ -17,10 +17,9 @@ cd $PKG_BUILD
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--enable-thread
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
||||
|
||||
$PYTHON -Wi -t $PYTHON_LIBDIR/compileall.py .
|
||||
python -Wi -t $PYTHON_LIBDIR/compileall.py .
|
||||
|
Loading…
x
Reference in New Issue
Block a user