[Mesa-dev] [PATCH mesa-demos 5/6] Ship opengles2 demos

Paulo Zanoni pzanoni at mandriva.com
Thu Jan 6 08:16:59 PST 2011


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



More information about the mesa-dev mailing list