summaryrefslogtreecommitdiff
path: root/progs/xdemos
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2006-12-13 08:57:06 -0700
committerBrian <brian@yutani.localnet.net>2006-12-13 08:57:06 -0700
commit6c305c083113075a1f11d5081b8c9dd1b98a7b1e (patch)
tree5e902830c4db6ec9e756e08b81a355649acb8d8e /progs/xdemos
parent73eee2402eec80b745141689ecff2d4ecf36035e (diff)
Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI.
Diffstat (limited to 'progs/xdemos')
-rw-r--r--progs/xdemos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/xdemos/Makefile b/progs/xdemos/Makefile
index 4ca8b107a2..ec85464bec 100644
--- a/progs/xdemos/Makefile
+++ b/progs/xdemos/Makefile
@@ -24,11 +24,11 @@ PROGS = glthreads \
pbinfo \
pbdemo \
wincopy \
- xdemo \
xfont \
xrotfontdemo \
yuvrect_client
+# omit this XMesa API demo: xdemo
##### RULES #####