Mesa (master): targets/egl: i965 needs libwsw.

Chia-I Wu olv at kemper.freedesktop.org
Sat Jan 15 05:21:12 UTC 2011


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

Author: Chia-I Wu <olv at lunarg.com>
Date:   Sat Jan 15 03:24:15 2011 +0800

targets/egl: i965 needs libwsw.

Fix undefined symbol wrapper_sw_winsys_dewrap_pipe_screen.

---

 src/gallium/targets/egl/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/gallium/targets/egl/Makefile b/src/gallium/targets/egl/Makefile
index 3e36000..017c195 100644
--- a/src/gallium/targets/egl/Makefile
+++ b/src/gallium/targets/egl/Makefile
@@ -74,7 +74,8 @@ i965_CPPFLAGS :=
 i965_SYS := -ldrm_intel
 i965_LIBS := \
 	$(TOP)/src/gallium/winsys/i965/drm/libi965drm.a \
-	$(TOP)/src/gallium/drivers/i965/libi965.a
+	$(TOP)/src/gallium/drivers/i965/libi965.a \
+	$(TOP)/src/gallium/winsys/sw/wrapper/libwsw.a
 
 # nouveau pipe driver
 nouveau_CPPFLAGS :=




More information about the mesa-commit mailing list