projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
671f1e1
)
nvfx: Add include path to SCons build.
author
Vinson Lee
<vlee@vmware.com>
Mon, 26 Apr 2010 05:50:23 +0000
(22:50 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 26 Apr 2010 05:51:14 +0000
(22:51 -0700)
src/gallium/drivers/nvfx/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nvfx/SConscript
b/src/gallium/drivers/nvfx/SConscript
index fac32dace4047e0b06968dc054da3f3ec6dad476..7c452acb8b9650e8b692eee8ac9658d2f3bdb6ea 100644
(file)
--- a/
src/gallium/drivers/nvfx/SConscript
+++ b/
src/gallium/drivers/nvfx/SConscript
@@
-2,6
+2,10
@@
Import('*')
env = env.Clone()
+env.Append(CPPPATH = [
+ '#/src/gallium/drivers',
+])
+
nvfx = env.ConvenienceLibrary(
target = 'nvfx',
source = [