mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 06:57:50 +00:00
libX11: fix build
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1280fe926e
commit
5507b9f93c
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
|
export CC_FOR_BUILD="$HOST_CC"
|
||||||
|
export CPPFLAGS_FOR_BUILD="$HOST_CPPFLAGS"
|
||||||
|
export CFLAGS_FOR_BUILD="$HOST_CFLAGS -I$SYSROOT_PREFIX/usr/include"
|
||||||
|
export LDFLAGS_FOR_BUILD="$HOST_LDFLAGS"
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
|
||||||
$AUTORECONF
|
$AUTORECONF
|
||||||
|
@ -6,7 +6,7 @@ PKG_LICENSE="OSS"
|
|||||||
PKG_SITE="http://www.x.org/"
|
PKG_SITE="http://www.x.org/"
|
||||||
PKG_URL="http://xorg.freedesktop.org/archive/individual/lib/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://xorg.freedesktop.org/archive/individual/lib/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS="libXau libxcb"
|
PKG_DEPENDS="libXau libxcb"
|
||||||
PKG_BUILD_DEPENDS="toolchain xextproto xcmiscproto bigreqsproto kbproto inputproto xtrans libXau libxcb"
|
PKG_BUILD_DEPENDS="toolchain xextproto xcmiscproto bigreqsproto kbproto inputproto xtrans libXau libxcb util-macros"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="x11/lib"
|
PKG_SECTION="x11/lib"
|
||||||
PKG_SHORTDESC="libx11: The X11 library"
|
PKG_SHORTDESC="libx11: The X11 library"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user