summaryrefslogtreecommitdiff
path: root/progs/egl/opengles1/Makefile
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-04-01 14:03:30 +0800
committerChia-I Wu <olv@lunarg.com>2010-04-01 22:25:49 +0800
commit7b48d88407655dc135d7a3c2c47d9df3e8dff01e (patch)
tree9c006f6b4ddb2f084528faca04d516dbfc2215ec /progs/egl/opengles1/Makefile
parentdd7276f494f81e57450fac93434ed6d9abfe8e41 (diff)
progs/egl: Port ES1 gears to eglut.
As gears in the last demo under "screen" subdirectory, this also removes the directory.
Diffstat (limited to 'progs/egl/opengles1/Makefile')
-rw-r--r--progs/egl/opengles1/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/egl/opengles1/Makefile b/progs/egl/opengles1/Makefile
index d6c09c6abe..27caa0cd0f 100644
--- a/progs/egl/opengles1/Makefile
+++ b/progs/egl/opengles1/Makefile
@@ -22,6 +22,7 @@ ES1_LIBS = \
EGLUT_DIR = $(TOP)/progs/egl/eglut
EGLUT_DEMOS = \
+ gears \
tri
EGLUT_X11_DEMOS := $(addsuffix _x11,$(EGLUT_DEMOS))