diff options
author | Ian Romanick <[email protected]> | 2004-02-11 20:16:26 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-02-11 20:16:26 +0000 |
commit | 840e82163d0efb6275ccfe766f063a4e1079c26f (patch) | |
tree | cf910700dd6c375e7f0cde4e4b7679017e6ad825 /progs/xdemos/Makefile.X11 | |
parent | 0b87abd11bf53034bd368adbbd7f084e3c6eb850 (diff) |
Added a test case for Mesa bug #508473 that I wrote a long time ago.
Fixed the Makefile.X11 to actually build glxgears_fbconfig when
invoked from the top level.
Diffstat (limited to 'progs/xdemos/Makefile.X11')
-rw-r--r-- | progs/xdemos/Makefile.X11 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/progs/xdemos/Makefile.X11 b/progs/xdemos/Makefile.X11 index 4bb37a0a02b..55c8489c4ea 100644 --- a/progs/xdemos/Makefile.X11 +++ b/progs/xdemos/Makefile.X11 @@ -26,7 +26,9 @@ PROGS = glthreads \ wincopy \ xdemo \ xfont \ - xrotfontdemo + xrotfontdemo \ + glxgears_fbconfig \ + opencloseopen |