mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libXinerama:
- remove package
This commit is contained in:
parent
92461c0fbc
commit
d5b033c7f9
@ -1,20 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build xineramaproto
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--enable-malloc0returnsnull \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/src/.libs/libXinerama.so* $INSTALL/usr/lib
|
@ -1 +0,0 @@
|
||||
http://xorg.freedesktop.org/archive/individual/lib/libXinerama-1.1.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user