mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
fontconfig: build as static library
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
bc6455743f
commit
0f862440c9
@ -32,8 +32,8 @@ cd $PKG_BUILD
|
|||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--disable-static \
|
--enable-static \
|
||||||
--enable-shared \
|
--disable-shared \
|
||||||
--with-arch=$TARGET_ARCH \
|
--with-arch=$TARGET_ARCH \
|
||||||
--with-freetype-config=$ROOT/$TOOLCHAIN/bin/freetype-config \
|
--with-freetype-config=$ROOT/$TOOLCHAIN/bin/freetype-config \
|
||||||
--with-default-fonts=/usr/share/fonts/liberation \
|
--with-default-fonts=/usr/share/fonts/liberation \
|
||||||
|
@ -22,9 +22,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
|
||||||
cp -P $PKG_BUILD/src/.libs/libfontconfig.so* $INSTALL/usr/lib
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
mkdir -p $INSTALL/usr/bin
|
||||||
cp $PKG_BUILD/fc-cache/.libs/fc-cache $INSTALL/usr/bin
|
cp $PKG_BUILD/fc-cache/.libs/fc-cache $INSTALL/usr/bin
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user