diff options
author | Matt Turner <mattst88@gmail.com> | 2012-08-23 16:39:20 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-08-31 10:58:15 -0700 |
commit | b95d598323540ecb6dbbdcf00bbb5cf3fb22a78c (patch) | |
tree | 519a3ebf1c359bb08bf01a657e4d1f9bc3c33bf2 /docs/autoconf.html | |
parent | 6a7dea93fa70d670a5954e47a47075a2703209d4 (diff) |
Remove libGLU
It's been moved to its own repository, found at
http://cgit.freedesktop.org/mesa/glu/
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'docs/autoconf.html')
-rw-r--r-- | docs/autoconf.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/autoconf.html b/docs/autoconf.html index 4fa96c3c67..fa902872cc 100644 --- a/docs/autoconf.html +++ b/docs/autoconf.html @@ -17,10 +17,6 @@ <li><a href="#dri">DRI Driver Options</a></li> <li><a href="#osmesa">OSMesa Driver Options</a></li> </ul> -<li><p><a href="#library">Library Options</a> - <ul> - <li><a href="#glu">GLU</a></li> - </ul> <li><p><a href="#demos">Demo Program Options</a> </ol> @@ -219,12 +215,6 @@ libraries that will be built. More details on the specific GL libraries can be found in the <a href="install.html">basic installation instructions</a>. -<dl> -<dt id="glu">GLU <dd><p> The libGLU library will be built by default -on all drivers. This can be disable with the option -<code>--disable-glu</code>. -</dl> - <h2 id="demos">4. Demo Program Options</h2> |