projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6a7ff6
)
wmesa: link with mesautil
author
Brian Paul
<brianp@vmware.com>
Mon, 4 Aug 2014 20:15:05 +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/mesa/drivers/windows/gdi/SConscript
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/windows/gdi/SConscript
b/src/mesa/drivers/windows/gdi/SConscript
index 10a7eeaa19f7fedae195d31249b77027c4bc3161..1f4d7e1faa2303c2b78cf2531a24a6de0bdf7d5b 100644
(file)
--- a/
src/mesa/drivers/windows/gdi/SConscript
+++ b/
src/mesa/drivers/windows/gdi/SConscript
@@
-3,6
+3,7
@@
Import('*')
env = env.Clone()
env.Prepend(CPPPATH = [
+ '#src',
'#src/mapi',
'#src/mesa',
])
@@
-16,6
+17,7
@@
if not env['gles']:
env.Append(CPPDEFINES = ['_GLAPI_NO_EXPORTS'])
env.Prepend(LIBS = [
+ mesautil,
glapi,
mesa,
glsl,