mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package:
- add package xcb-proto
This commit is contained in:
parent
afb41fd091
commit
44962847e2
14
packages/x11/proto/xcb-proto/build
Executable file
14
packages/x11/proto/xcb-proto/build
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
1
packages/x11/proto/xcb-proto/url
Normal file
1
packages/x11/proto/xcb-proto/url
Normal file
@ -0,0 +1 @@
|
||||
http://xcb.freedesktop.org/dist/xcb-proto-1.5.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user