mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
libxcb: update to libxcb-1.7, add metafile support, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
46fc2e45fa
commit
cb094363a1
@ -1,13 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build Python
|
|
||||||
$SCRIPTS/build xcb-proto
|
|
||||||
$SCRIPTS/build libpthread-stubs
|
|
||||||
$SCRIPTS/build libXau
|
|
||||||
|
|
||||||
. config/options.python
|
. config/options.python
|
||||||
|
|
||||||
PKG_CONFIG="$PKG_CONFIG --define-variable=pythondir=$PYTHON_TOOLCHAIN_PATH"
|
PKG_CONFIG="$PKG_CONFIG --define-variable=pythondir=$PYTHON_TOOLCHAIN_PATH"
|
||||||
|
@ -2,9 +2,7 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/install libXau
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
mkdir -p $INSTALL/usr/lib
|
||||||
cp -PR $PKG_BUILD/src/.libs/libxcb.so* $INSTALL/usr/lib
|
cp -P $PKG_BUILD/src/.libs/libxcb.so* $INSTALL/usr/lib
|
||||||
cp -PR $PKG_BUILD/src/.libs/libxcb-glx*.so* $INSTALL/usr/lib
|
cp -P $PKG_BUILD/src/.libs/libxcb-glx*.so* $INSTALL/usr/lib
|
||||||
rm -rf $INSTALL/usr/lib/libxcb-glx*.so*T
|
rm -rf $INSTALL/usr/lib/libxcb-glx*.so*T
|
||||||
|
14
packages/x11/lib/libxcb/meta
Normal file
14
packages/x11/lib/libxcb/meta
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
PKG_NAME="libxcb"
|
||||||
|
PKG_VERSION="1.7"
|
||||||
|
PKG_REV="1"
|
||||||
|
PKG_ARCH="any"
|
||||||
|
PKG_LICENSE="OSS"
|
||||||
|
PKG_SITE="http://xcb.freedesktop.org"
|
||||||
|
PKG_URL="http://xcb.freedesktop.org/dist/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
|
PKG_DEPENDS="libXau"
|
||||||
|
PKG_BUILD_DEPENDS="toolchain Python xcb-proto libpthread-stubs libXau"
|
||||||
|
PKG_PRIORITY="optional"
|
||||||
|
PKG_SECTION="x11/lib"
|
||||||
|
PKG_SHORTDESC="libxcb: X C-language Bindings library"
|
||||||
|
PKG_LONGDESC="X C-language Bindings library."
|
||||||
|
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
|||||||
http://xcb.freedesktop.org/dist/libxcb-1.6.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user