libX11: fix build

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-08-23 17:18:55 +02:00
parent 1280fe926e
commit 5507b9f93c
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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"