projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0b9871
)
targets/egl-static: link with libmesautil.la
author
Brian Paul
<brianp@vmware.com>
Mon, 4 Aug 2014 20:13:07 +0000
(14:13 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 4 Aug 2014 21:22:48 +0000
(15:22 -0600)
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/gallium/targets/egl-static/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/targets/egl-static/SConscript
b/src/gallium/targets/egl-static/SConscript
index 33db8e9f2a13d5d931229a4de34f3170920b49f3..e423d5d2b724ddd45af7190fd08e821ac784a481 100644
(file)
--- a/
src/gallium/targets/egl-static/SConscript
+++ b/
src/gallium/targets/egl-static/SConscript
@@
-32,6
+32,7
@@
env.Prepend(LIBS = [
trace,
galahad,
libloader,
+ mesautil,
gallium,
egl,
st_egl,