summaryrefslogtreecommitdiff
path: root/progs/egl/opengl/Makefile
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-04-01 13:16:06 +0800
committerChia-I Wu <olv@lunarg.com>2010-04-01 22:25:49 +0800
commit765b30849cd271896901f9e02c920187e82c6494 (patch)
treeefb243deba50425f8c83a8a46420ad6c1a5274f4 /progs/egl/opengl/Makefile
parent02551cab472fae0359f4f432e4ad05ba2f241ba6 (diff)
progs/egl: Replace egltri by xegl_tri.
With the switch to eglut, xegl_tri supports both X11 and EGL_MESA_screen_surface. Have it replace egltri.
Diffstat (limited to 'progs/egl/opengl/Makefile')
-rw-r--r--progs/egl/opengl/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/progs/egl/opengl/Makefile b/progs/egl/opengl/Makefile
index 04a89b1d4a..cca843f457 100644
--- a/progs/egl/opengl/Makefile
+++ b/progs/egl/opengl/Makefile
@@ -15,7 +15,7 @@ EGLUT_DIR = $(TOP)/progs/egl/eglut
EGLUT_DEMOS = \
eglgears \
- xegl_tri
+ egltri
EGLUT_X11_DEMOS := $(addsuffix _x11,$(EGLUT_DEMOS))
EGLUT_SCREEN_DEMOS := $(addsuffix _screen,$(EGLUT_DEMOS))
@@ -24,7 +24,6 @@ PROGRAMS = \
demo1 \
demo2 \
demo3 \
- egltri \
eglinfo \
eglscreen \
peglgears \
@@ -48,9 +47,6 @@ demo2: demo2.o $(HEADERS) $(LIB_DEP)
demo3: demo3.o $(HEADERS) $(LIB_DEP)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS) $(LIBDRM_LIB)
-egltri: egltri.o $(HEADERS) $(LIB_DEP)
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS) $(LIBDRM_LIB)
-
eglinfo: eglinfo.o $(HEADERS) $(LIB_DEP)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS)