projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3bdbef
)
targets/graw-gdi: link with mesautil, not mesautils
author
Brian Paul
<brianp@vmware.com>
Mon, 4 Aug 2014 20:15:48 +0000
(14:15 -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/graw-gdi/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/targets/graw-gdi/SConscript
b/src/gallium/targets/graw-gdi/SConscript
index dc7b7f197a9ad0c9c855cdf0e8bc3786463acdb3..f8db6e6c85d732d40658ae692d143d55b7e66406 100644
(file)
--- a/
src/gallium/targets/graw-gdi/SConscript
+++ b/
src/gallium/targets/graw-gdi/SConscript
@@
-10,7
+10,7
@@
env.Append(CPPPATH = [
])
env.Prepend(LIBS = [
- mesautil
s
,
+ mesautil,
gallium,
'gdi32',
'user32',