mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
remove libXinerama - not needed at this moment
This commit is contained in:
parent
e83c6d9297
commit
8cb2c90133
@ -1,22 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build xineramaproto
|
|
||||||
|
|
||||||
cd $BUILD/$1*
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--localstatedir=/var \
|
|
||||||
--disable-static \
|
|
||||||
--enable-shared \
|
|
||||||
--enable-malloc0returnsnull \
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
$STRIP src/.libs/libXinerama.so*
|
|
||||||
|
|
||||||
$MAKEINSTALL
|
|
@ -1,8 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
#$SCRIPTS/install libXau
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
|
||||||
cp -P $BUILD/$1*/src/.libs/libXinerama.so* $INSTALL/usr/lib
|
|
@ -1 +0,0 @@
|
|||||||
http://xorg.freedesktop.org/archive/individual/lib/libXinerama-1.0.3.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user