Demos (master): opengles2: Add es2gears_wayland target

Kristian Høgsberg krh at kemper.freedesktop.org
Wed May 2 14:26:13 UTC 2012


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

Author: Alex Wu <zhiwen.wu at linux.intel.com>
Date:   Wed May  2 14:52:05 2012 +0800

opengles2: Add es2gears_wayland target

Since we already have wayland support in eglut, add a target for
es2geares_wayland.

---

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

diff --git a/src/egl/opengles2/Makefile.am b/src/egl/opengles2/Makefile.am
index c84d91d..41c1b80 100644
--- a/src/egl/opengles2/Makefile.am
+++ b/src/egl/opengles2/Makefile.am
@@ -40,6 +40,9 @@ bin_PROGRAMS = \
 	es2gears_screen \
 	es2gears_x11 \
 	es2tri
+if HAVE_WAYLAND
+bin_PROGRAMS += es2gears_wayland
+endif
 endif
 endif
 
@@ -53,3 +56,6 @@ es2gears_x11_SOURCES = es2gears.c
 es2gears_screen_LDADD = ../eglut/libeglut_screen.la
 
 es2gears_x11_LDADD = ../eglut/libeglut_x11.la
+
+es2gears_wayland_SOURCES = es2gears.c
+es2gears_wayland_LDADD = ../eglut/libeglut_wayland.la




More information about the mesa-commit mailing list