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-dri-xcb | |
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-dri-xcb')
-rw-r--r-- | configs/linux-dri-xcb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-dri-xcb b/configs/linux-dri-xcb index 021aa3e8b20..15702da1904 100644 --- a/configs/linux-dri-xcb +++ b/configs/linux-dri-xcb @@ -49,7 +49,7 @@ DRI_LIB_DEPS = $(MESA_MODULES) $(EXTRA_LIB_PATH) -lm -lpthread -lexpat -ldl $(L GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXxf86vm -lm -lpthread -ldl \ $(LIBDRM_LIB) $(shell pkg-config --libs xcb) $(shell pkg-config --libs x11-xcb) $(shell pkg-config --libs xcb-glx) -SRC_DIRS = glx gallium mesa glu glw +SRC_DIRS = glx gallium mesa glu DRIVER_DIRS = dri DRI_DIRS = i810 i915 mach64 mga r128 r200 r300 radeon \ |