mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
move package libXft:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
269d960c75
commit
9f2e7ee144
@ -1,27 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$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 \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
|
||||
make
|
||||
|
||||
$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
|
@ -1,10 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install fontconfig
|
||||
$SCRIPTS/install freetype
|
||||
$SCRIPTS/install libXrender
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/.libs/*.so* $INSTALL/usr/lib
|
@ -1 +0,0 @@
|
||||
http://xorg.freedesktop.org/archive/individual/lib/libXft-2.1.14.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user