mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fontconfig: add metafile support, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
81ef657bc3
commit
cf0bee7d6e
@ -2,11 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build freetype
|
||||
$SCRIPTS/build libxml2
|
||||
$SCRIPTS/build zlib
|
||||
|
||||
# ensure we dont use '-O3' optimization.
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s|-O3|-O2|"`
|
||||
CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-O3|-O2|"`
|
||||
|
@ -2,10 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install zlib
|
||||
$SCRIPTS/install freetype
|
||||
$SCRIPTS/install libxml2
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/src/.libs/libfontconfig.so* $INSTALL/usr/lib
|
||||
|
||||
|
14
packages/x11/other/fontconfig/meta
Normal file
14
packages/x11/other/fontconfig/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="fontconfig"
|
||||
PKG_VERSION="2.8.0"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.fontconfig.org"
|
||||
PKG_URL="http://fontconfig.org/release/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS="freetype libxml2 zlib"
|
||||
PKG_BUILD_DEPENDS="toolchain freetype libxml2 zlib"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="x11/other"
|
||||
PKG_SHORTDESC="fontconfig: A library for font customization and configuration"
|
||||
PKG_LONGDESC="Fontconfig is a library for font customization and configuration."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://fontconfig.org/release/fontconfig-2.8.0.tar.gz
|
Loading…
x
Reference in New Issue
Block a user