Mesa (master): svga: link libwsw for dri-vmwgfx target with make build system too

Roland Scheidegger sroland at kemper.freedesktop.org
Tue Jan 25 15:33:09 UTC 2011


Module: Mesa
Branch: master
Commit: 7acb98c67c680a0c8fb24a28d215622f396531a2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7acb98c67c680a0c8fb24a28d215622f396531a2

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Tue Jan 25 16:32:32 2011 +0100

svga: link libwsw for dri-vmwgfx target with make build system too

---

 src/gallium/targets/dri-vmwgfx/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/targets/dri-vmwgfx/Makefile b/src/gallium/targets/dri-vmwgfx/Makefile
index 38f7893..8c716f4 100644
--- a/src/gallium/targets/dri-vmwgfx/Makefile
+++ b/src/gallium/targets/dri-vmwgfx/Makefile
@@ -6,6 +6,7 @@ LIBNAME = vmwgfx_dri.so
 PIPE_DRIVERS = \
 	$(TOP)/src/gallium/state_trackers/dri/drm/libdridrm.a \
 	$(TOP)/src/gallium/winsys/svga/drm/libsvgadrm.a \
+	$(TOP)/src/gallium/winsys/sw/wrapper/libwsw.a \
 	$(TOP)/src/gallium/drivers/trace/libtrace.a \
 	$(TOP)/src/gallium/drivers/rbug/librbug.a \
 	$(TOP)/src/gallium/drivers/svga/libsvga.a




More information about the mesa-commit mailing list