mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libICE: build as shared library
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a46fb040ac
commit
0d2f61ca20
@ -11,8 +11,8 @@ cd $PKG_BUILD
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--enable-static \
|
||||
--disable-shared \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-ipv6 \
|
||||
# --enable-unix-transport \
|
||||
# --disable-tcp-transport \
|
||||
|
6
packages/x11/lib/libICE/install
Executable file
6
packages/x11/lib/libICE/install
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/.libs/*.so* $INSTALL/usr/lib
|
@ -3,7 +3,7 @@
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install libXft
|
||||
#$SCRIPTS/install libICE
|
||||
$SCRIPTS/install libICE
|
||||
$SCRIPTS/install libX11
|
||||
$SCRIPTS/install libXext
|
||||
$SCRIPTS/install libXtst
|
||||
|
Loading…
x
Reference in New Issue
Block a user