diff options
author | Kenneth Graunke <[email protected]> | 2011-08-05 16:39:56 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2011-08-15 13:37:09 -0700 |
commit | 63720114b4234f5522eb8dee8f4b0c0db561a8c3 (patch) | |
tree | 15023f3a34519988c398d3b8e138bd063915e54c /configs/linux-cell | |
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 <[email protected]>
Diffstat (limited to 'configs/linux-cell')
-rw-r--r-- | configs/linux-cell | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/linux-cell b/configs/linux-cell index e87e69a8065..7f38da971d1 100644 --- a/configs/linux-cell +++ b/configs/linux-cell @@ -36,7 +36,6 @@ CFLAGS = $(COMMON_C_CPP_FLAGS) -Wmissing-prototypes -std=c99 CXXFLAGS = $(COMMON_C_CPP_FLAGS) -# Omitting glw here: SRC_DIRS = glsl mapi/glapi mapi/vgapi mesa \ gallium gallium/winsys gallium/targets glu |