diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2011-08-05 16:39:56 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2011-08-15 13:37:09 -0700 |
commit | 63720114b4234f5522eb8dee8f4b0c0db561a8c3 (patch) | |
tree | 15023f3a34519988c398d3b8e138bd063915e54c /configs/linux-indirect | |
parent | a352e2d08e0a141298275e77f25541218a97afb7 (diff) |
glw: Remove GLw source.
libGLw is an old OpenGL widget library with optional Motif support.
It almost never changes and very few people actually still care about
it, so we've decided to ship it separately.
The new home for libGLw is: git://git.freedesktop.org/mesa/glw/
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'configs/linux-indirect')
-rw-r--r-- | configs/linux-indirect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-indirect b/configs/linux-indirect index 82868c4a13..5592a8f297 100644 --- a/configs/linux-indirect +++ b/configs/linux-indirect @@ -48,5 +48,5 @@ GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXxf86vm -lm -lpthread -ldl # Directories -SRC_DIRS = glx glu glw +SRC_DIRS = glx glu DRIVER_DIRS = |