libXft: add metafile support, thanks to cowbalt

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-16 19:28:45 +01:00
parent 3362f35dac
commit de3456eba2
4 changed files with 14 additions and 12 deletions

View File

@ -2,12 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build fontconfig
$SCRIPTS/build freetype
$SCRIPTS/build xproto
$SCRIPTS/build libXrender
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
@ -18,5 +12,4 @@ cd $PKG_BUILD
--localstatedir=/var \
make
$MAKEINSTALL

View File

@ -2,9 +2,5 @@
. config/options $1
$SCRIPTS/install fontconfig
$SCRIPTS/install freetype
$SCRIPTS/install libXrender
mkdir -p $INSTALL/usr/lib
cp -P $PKG_BUILD/src/.libs/*.so* $INSTALL/usr/lib

View File

@ -0,0 +1,14 @@
PKG_NAME="libXft"
PKG_VERSION="2.2.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.X.org"
PKG_URL="http://xorg.freedesktop.org/archive/individual/lib/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="libXrender fontconfig freetype"
PKG_BUILD_DEPENDS="toolchain xproto libXrender fontconfig freetype"
PKG_PRIORITY="optional"
PKG_SECTION="x11/lib"
PKG_SHORTDESC="libxft: X FreeType library"
PKG_LONGDESC="X FreeType library"
PKG_IS_ADDON="no"

View File

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