mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
new package: add package 'mesa-demos' (splitted from Mesa)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
74258a4816
commit
f2c04f432d
@ -4,3 +4,5 @@
|
|||||||
|
|
||||||
$SCRIPTS/install strace
|
$SCRIPTS/install strace
|
||||||
$SCRIPTS/install gdb
|
$SCRIPTS/install gdb
|
||||||
|
$SCRIPTS/install mesa-demos
|
||||||
|
|
||||||
|
18
packages/debug/mesa-demos/build
Executable file
18
packages/debug/mesa-demos/build
Executable file
@ -0,0 +1,18 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build libX11
|
||||||
|
$SCRIPTS/build Mesa
|
||||||
|
$SCRIPTS/build glew
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
./configure --host=$TARGET_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=/usr \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
--localstatedir=/var \
|
||||||
|
--disable-static \
|
||||||
|
--enable-shared \
|
||||||
|
|
||||||
|
make
|
12
packages/debug/mesa-demos/install
Executable file
12
packages/debug/mesa-demos/install
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/install libX11
|
||||||
|
$SCRIPTS/install Mesa
|
||||||
|
$SCRIPTS/install glew
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/bin
|
||||||
|
cp $PKG_BUILD/src/xdemos/glxdemo $INSTALL/usr/bin
|
||||||
|
cp $PKG_BUILD/src/xdemos/glxgears $INSTALL/usr/bin
|
||||||
|
cp $PKG_BUILD/src/xdemos/glxinfo $INSTALL/usr/bin
|
1
packages/debug/mesa-demos/url
Normal file
1
packages/debug/mesa-demos/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
ftp://ftp.freedesktop.org/pub/mesa/demos/8.0.1/mesa-demos-8.0.1.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user