mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
font-util:
- various cleanups
This commit is contained in:
parent
aebdb04d51
commit
329c45455c
@ -10,12 +10,10 @@ cd $PKG_BUILD
|
|||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=$ROOT/$TOOLCHAIN \
|
--prefix=$ROOT/$TOOLCHAIN \
|
||||||
--disable-static \
|
|
||||||
--enable-shared \
|
|
||||||
--with-mapdir=$XORG_PATH_MAPS
|
--with-mapdir=$XORG_PATH_MAPS
|
||||||
|
|
||||||
make
|
make
|
||||||
make install-binPROGRAMS
|
make install-binPROGRAMS
|
||||||
|
|
||||||
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
|
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||||
cp -PR *.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
cp -PR *.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user