mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
new package:
- re-add package xineramaproto
This commit is contained in:
parent
1dbfd0cff5
commit
e6062e60a1
15
packages/x11/proto/xineramaproto/build
Executable file
15
packages/x11/proto/xineramaproto/build
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
1
packages/x11/proto/xineramaproto/url
Normal file
1
packages/x11/proto/xineramaproto/url
Normal file
@ -0,0 +1 @@
|
||||
http://xorg.freedesktop.org/archive/individual/proto/xineramaproto-1.2.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user