mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
fribidi:
- build and install as shared lib
This commit is contained in:
parent
93f97d89f7
commit
bc67aee014
@ -13,7 +13,8 @@ cd $PKG_BUILD
|
|||||||
--disable-debug \
|
--disable-debug \
|
||||||
--enable-malloc \
|
--enable-malloc \
|
||||||
--with-glib=no \
|
--with-glib=no \
|
||||||
--disable-shared
|
--enable-shared \
|
||||||
|
--disable-static \
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
|
6
packages/other/fribidi/install
Executable file
6
packages/other/fribidi/install
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib
|
||||||
|
cp $PKG_BUILD/lib/.libs/*.so* $INSTALL/usr/lib
|
Loading…
x
Reference in New Issue
Block a user