mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
libXft: add metafile support, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3362f35dac
commit
de3456eba2
@ -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
|
||||
|
@ -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
|
||||
|
14
packages/x11/lib/libXft/meta
Normal file
14
packages/x11/lib/libXft/meta
Normal 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"
|
@ -1 +0,0 @@
|
||||
http://xorg.freedesktop.org/archive/individual/lib/libXft-2.2.0.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user