diff options
| author | Chia-I Wu <olv@lunarg.com> | 2011-01-15 03:24:15 +0800 | 
|---|---|---|
| committer | Chia-I Wu <olv@lunarg.com> | 2011-01-15 12:35:19 +0800 | 
| commit | 6f769a690b005c054f71429423ad6ef8d1bc058c (patch) | |
| tree | c17eb38c6f378a6e34189c1b94007ae35cc6cd14 | |
| parent | 4620de7eeae18f313436936088d235a99b7bc11d (diff) | |
targets/egl: i965 needs libwsw.
Fix undefined symbol wrapper_sw_winsys_dewrap_pipe_screen.
| -rw-r--r-- | 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 3e36000a30..017c195214 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 :=  | 
