mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
move package libXcomposite:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
81ba209bde
commit
a8ce1e30f7
@ -1,20 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libX11
|
||||
|
||||
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,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install libX11
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/.libs/libXcomposite.so* $INSTALL/usr/lib
|
@ -1 +0,0 @@
|
||||
http://xorg.freedesktop.org/archive/individual/lib/libXcomposite-0.4.1.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user