Mesa: dont build and install included MesaDemos

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-14 01:49:01 +02:00
parent a398cb4f64
commit 74258a4816
3 changed files with 1 additions and 11 deletions

View File

@ -59,7 +59,5 @@ make clean
make GLSL_CL="\$(TOP)/host_compile"
make -C progs/xdemos
$MAKEINSTALL -C src/mesa
$MAKEINSTALL -C src/glu

View File

@ -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

View File

@ -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