libXft: update to libXft-2.2.0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-30 22:19:36 +02:00
parent 02214d58eb
commit 7a8b179d12
2 changed files with 3 additions and 6 deletions

View File

@ -12,14 +12,11 @@ cd $PKG_BUILD
./configure --host=$TARGET_NAME \ ./configure --host=$TARGET_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \
--prefix=/usr \ --prefix=/usr \
--enable-shared \
--disable-static \
--sysconfdir=/etc \ --sysconfdir=/etc \
--localstatedir=/var \ --localstatedir=/var \
make make
$MAKEINSTALL $MAKEINSTALL
$SED "s:\(['= ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" \
$SYSROOT_PREFIX/usr/bin/xft-config
mv $SYSROOT_PREFIX/usr/bin/xft-config $ROOT/$TOOLCHAIN/bin

View File

@ -1 +1 @@
http://xorg.freedesktop.org/archive/individual/lib/libXft-2.1.14.tar.bz2 http://xorg.freedesktop.org/archive/individual/lib/libXft-2.2.0.tar.bz2