mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
libxcb: add hack for getting right pythondir and xcbincludedir, add Python as build dependency
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
31d44fea39
commit
fbbb080833
@ -3,10 +3,16 @@
|
|||||||
. config/options
|
. config/options
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
$SCRIPTS/build toolchain
|
||||||
|
$SCRIPTS/build Python
|
||||||
$SCRIPTS/build xcb-proto
|
$SCRIPTS/build xcb-proto
|
||||||
$SCRIPTS/build libpthread-stubs
|
$SCRIPTS/build libpthread-stubs
|
||||||
$SCRIPTS/build libXau
|
$SCRIPTS/build libXau
|
||||||
|
|
||||||
|
. config/options.python
|
||||||
|
|
||||||
|
PKG_CONFIG="$PKG_CONFIG --define-variable=pythondir=$PYTHON_TOOLCHAIN_PATH"
|
||||||
|
PKG_CONFIG="$PKG_CONFIG --define-variable=xcbincludedir=$SYSROOT_PREFIX/usr/share/xcb"
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user