From: Chia-I Wu Date: Fri, 14 Jan 2011 19:24:15 +0000 (+0800) Subject: targets/egl: i965 needs libwsw. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f769a690b005c054f71429423ad6ef8d1bc058c;p=mesa.git targets/egl: i965 needs libwsw. Fix undefined symbol wrapper_sw_winsys_dewrap_pipe_screen. --- diff --git a/src/gallium/targets/egl/Makefile b/src/gallium/targets/egl/Makefile index 3e36000a30e..017c1952141 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 :=