Module: Mesa Branch: master Commit: 0d0220fedc7a8d490162f7385d19b2d0ab3fb8d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d0220fedc7a8d490162f7385d19b2d0ab3fb8d9
Author: Jakob Bornecrantz <[email protected]> Date: Thu Mar 25 14:42:40 2010 +0100 gallium: Fix libgl-xlib path to sw xlib winsys --- src/gallium/targets/libgl-xlib/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/targets/libgl-xlib/Makefile b/src/gallium/targets/libgl-xlib/Makefile index 5a4e035..6cd00ca 100644 --- a/src/gallium/targets/libgl-xlib/Makefile +++ b/src/gallium/targets/libgl-xlib/Makefile @@ -38,7 +38,7 @@ XLIB_TARGET_OBJECTS = $(XLIB_TARGET_SOURCES:.c=.o) LIBS = \ $(GALLIUM_DRIVERS) \ $(TOP)/src/gallium/state_trackers/glx/xlib/libxlib.a \ - $(TOP)/src/gallium/winsys/xlib/libws_xlib.a \ + $(TOP)/src/gallium/winsys/sw/xlib/libws_xlib.a \ $(TOP)/src/gallium/drivers/trace/libtrace.a \ $(TOP)/src/gallium/drivers/identity/libidentity.a \ $(TOP)/src/mesa/libglapi.a \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
