Demos (master): Build es2gears_x11 and es2gears_screen variants.

Michel Dänzer daenzer at kemper.freedesktop.org
Fri Aug 12 17:19:37 UTC 2011


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

Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Fri Aug 12 11:20:49 2011 +0200

Build es2gears_x11 and es2gears_screen variants.

Same as for the ES1/OpenGL variants.

Signed-off-by: Michel Dänzer <michel.daenzer at amd.com>

---

 src/egl/opengles2/Makefile.am |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/egl/opengles2/Makefile.am b/src/egl/opengles2/Makefile.am
index 8d85c06..c84d91d 100644
--- a/src/egl/opengles2/Makefile.am
+++ b/src/egl/opengles2/Makefile.am
@@ -37,7 +37,8 @@ if HAVE_EGL
 if HAVE_GLESV2
 bin_PROGRAMS = \
 	es2_info \
-	es2gears \
+	es2gears_screen \
+	es2gears_x11 \
 	es2tri
 endif
 endif
@@ -45,4 +46,10 @@ endif
 es2_info_LDADD = $(X11_LIBS)
 es2tri_LDADD = $(X11_LIBS)
 
-es2gears_LDADD = ../eglut/libeglut_x11.la
+es2gears_screen_SOURCES = es2gears.c
+
+es2gears_x11_SOURCES = es2gears.c
+
+es2gears_screen_LDADD = ../eglut/libeglut_screen.la
+
+es2gears_x11_LDADD = ../eglut/libeglut_x11.la




More information about the mesa-commit mailing list