mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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 \
|
||||
--enable-malloc \
|
||||
--with-glib=no \
|
||||
--disable-shared
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
|
||||
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