summaryrefslogtreecommitdiff
path: root/progs/egl/Makefile
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2010-01-30 23:07:31 +0800
committerChia-I Wu <olvaffe@gmail.com>2010-01-30 23:16:17 +0800
commit7056a74734d078c501d8318d47a364832aa8aeb6 (patch)
tree85c78d3e0f7c3a750846f369397fe371183c0840 /progs/egl/Makefile
parent5714e674c75652c195482a8e607a2d624a5e524e (diff)
progs/es1: Add bindtex.
It is ported from progs/egl/xeglbindtex.c. With the OpenGL ES port, the OpenGL version is removed.
Diffstat (limited to 'progs/egl/Makefile')
-rw-r--r--progs/egl/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/progs/egl/Makefile b/progs/egl/Makefile
index ff9a858c56..68bb5679f8 100644
--- a/progs/egl/Makefile
+++ b/progs/egl/Makefile
@@ -20,7 +20,6 @@ PROGRAMS = \
eglgears \
eglscreen \
peglgears \
- xeglbindtex \
xeglgears \
xeglthreads \
xegl_tri
@@ -57,9 +56,6 @@ eglscreen: eglscreen.o $(HEADERS) $(LIB_DEP)
peglgears: peglgears.o $(HEADERS) $(LIB_DEP)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS) $(LIBDRM_LIB)
-xeglbindtex: xeglbindtex.o $(HEADERS) $(LIB_DEP)
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS) -lX11
-
xeglgears: xeglgears.o $(HEADERS) $(LIB_DEP)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS) -lX11