mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
Mesa: dont build and install included MesaDemos
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a398cb4f64
commit
74258a4816
@ -59,7 +59,5 @@ make clean
|
||||
|
||||
make GLSL_CL="\$(TOP)/host_compile"
|
||||
|
||||
make -C progs/xdemos
|
||||
|
||||
$MAKEINSTALL -C src/mesa
|
||||
$MAKEINSTALL -C src/glu
|
||||
|
@ -19,10 +19,3 @@ mkdir -p $INSTALL/usr/lib
|
||||
|
||||
mkdir -p $INSTALL/usr/lib/dri
|
||||
cp -P $PKG_BUILD/lib/*_dri.so $INSTALL/usr/lib/dri || true
|
||||
|
||||
if [ "$DEVTOOLS" = yes ]; then
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -P $PKG_BUILD/progs/xdemos/glxdemo $INSTALL/usr/bin
|
||||
cp -P $PKG_BUILD/progs/xdemos/glxgears $INSTALL/usr/bin
|
||||
cp -P $PKG_BUILD/progs/xdemos/glxinfo $INSTALL/usr/bin
|
||||
fi
|
||||
|
@ -1,2 +1 @@
|
||||
ftp://freedesktop.org/pub/mesa/7.8.2/MesaLib-7.8.2.tar.bz2
|
||||
ftp://freedesktop.org/pub/mesa/7.8.2/MesaDemos-7.8.2.tar.bz2
|
||||
|
Loading…
x
Reference in New Issue
Block a user