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/faq.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/faq.html')
-rw-r--r-- | docs/faq.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/faq.html b/docs/faq.html index fa90d5bfe8..80f4a71dc4 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -226,10 +226,6 @@ Basically you'll want the following: </li><li>/usr/lib/libGL.so.1 - a symlink to libGL.so.1.xyz </li><li>/usr/lib/libGL.so.xyz - the actual OpenGL/Mesa library. xyz denotes the Mesa version number. -</li><li>/usr/lib/libGLU.so - a symlink to libGLU.so.1 -</li><li>/usr/lib/libGLU.so.1 - a symlink to libGLU.so.1.3.xyz -</li><li>/usr/lib/libGLU.so.xyz - the OpenGL Utility library. xyz denotes the Mesa -version number. </li></ul> <p> After installing XFree86/X.org and the DRI drivers, some of these files |