mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libxcb: remove options.python support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ad664ed57e
commit
0328761868
@ -1,8 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options $1
|
||||
. config/options.python
|
||||
|
||||
PYTHON_LIBDIR="`ls -d $SYSROOT_PREFIX/usr/lib/python*`"
|
||||
PYTHON_TOOLCHAIN_PATH=`ls -d $PYTHON_LIBDIR/site-packages`
|
||||
PKG_CONFIG="$PKG_CONFIG --define-variable=pythondir=$PYTHON_TOOLCHAIN_PATH"
|
||||
PKG_CONFIG="$PKG_CONFIG --define-variable=xcbincludedir=$SYSROOT_PREFIX/usr/share/xcb"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user