mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package:
- add package libxcb
This commit is contained in:
parent
e5a508f528
commit
afb41fd091
19
packages/x11/lib/libxcb/build
Executable file
19
packages/x11/lib/libxcb/build
Executable file
@ -0,0 +1,19 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build xcb-proto
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
8
packages/x11/lib/libxcb/install
Executable file
8
packages/x11/lib/libxcb/install
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/.libs/libxcb.so* $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/.libs/libxcb-glx*.so* $INSTALL/usr/lib
|
||||
rm -rf $INSTALL/usr/lib/libxcb-glx*.so*T
|
1
packages/x11/lib/libxcb/url
Normal file
1
packages/x11/lib/libxcb/url
Normal file
@ -0,0 +1 @@
|
||||
http://xcb.freedesktop.org/dist/libxcb-1.4.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user