projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4620de7
)
targets/egl: i965 needs libwsw.
author
Chia-I Wu
<olv@lunarg.com>
Fri, 14 Jan 2011 19:24:15 +0000
(
03:24
+0800)
committer
Chia-I Wu
<olv@lunarg.com>
Sat, 15 Jan 2011 04:35:19 +0000
(12:35 +0800)
Fix undefined symbol wrapper_sw_winsys_dewrap_pipe_screen.
src/gallium/targets/egl/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/targets/egl/Makefile
b/src/gallium/targets/egl/Makefile
index 3e36000a30e0dc59d49626919e4caffe327161db..017c1952141ec3ff5e8aa8b67926d22bd63fc35b 100644
(file)
--- 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 :=