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/default | |
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/default')
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default index e839a1e500a..078c85e8b4d 100644 --- a/configs/default +++ b/configs/default @@ -105,7 +105,7 @@ MOTIF_CFLAGS = -I/usr/include/Motif1.2 # Directories to build LIB_DIR = lib SRC_DIRS = glsl mapi/glapi mapi/vgapi mesa \ - gallium egl gallium/winsys gallium/targets glu glw + gallium egl gallium/winsys gallium/targets glu GLU_DIRS = sgi DRIVER_DIRS = x11 osmesa |