Demos (master): Ship opengles2 demos

Brian Paul brianp at kemper.freedesktop.org
Wed Jan 12 14:39:33 UTC 2011


Module: Demos
Branch: master
Commit: 4a6a75b454ec181d267af9af0b153459d677251e
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=4a6a75b454ec181d267af9af0b153459d677251e

Author: Paulo Zanoni <pzanoni at mandriva.com>
Date:   Thu Jan  6 08:16:59 2011 -0800

Ship opengles2 demos

Distros are starting to ship OpenGL ES2 libraries, having demos ready for
testing is a good idea.

Signed-off-by: Paulo Zanoni <pzanoni at mandriva.com>
Signed-off-by: Brian Paul <brianp at vmware.com>

---

 src/egl/opengles2/Makefile.am |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/egl/opengles2/Makefile.am b/src/egl/opengles2/Makefile.am
index bae8817..8d85c06 100644
--- a/src/egl/opengles2/Makefile.am
+++ b/src/egl/opengles2/Makefile.am
@@ -22,9 +22,6 @@
 # Authors:
 #    Eric Anholt <eric at anholt.net>
 
-# These programs aren't intended to be included with the normal distro.
-# They're not too interesting but they're good for testing.
-
 AM_CFLAGS = \
 	$(GLESV2_CFLAGS) \
 	$(EGL_CFLAGS) \
@@ -38,7 +35,7 @@ AM_LDFLAGS = \
 
 if HAVE_EGL
 if HAVE_GLESV2
-noinst_PROGRAMS = \
+bin_PROGRAMS = \
 	es2_info \
 	es2gears \
 	es2tri




More information about the mesa-commit mailing list