diff options
author | Brian <brian@yutani.localnet.net> | 2006-12-13 08:57:06 -0700 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2006-12-13 08:57:06 -0700 |
commit | 6c305c083113075a1f11d5081b8c9dd1b98a7b1e (patch) | |
tree | 5e902830c4db6ec9e756e08b81a355649acb8d8e | |
parent | 73eee2402eec80b745141689ecff2d4ecf36035e (diff) |
Remove the xdemo.c program from PROGS since it doesn't work with GLX/DRI.
-rw-r--r-- | progs/xdemos/Makefile | 2 |
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 ##### |