Module: Mesa
Branch: master
Commit: 310ec9a17cbcecfd07be04e286b553ede1e72bd0
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=310ec9a17cbcecfd07be04e286b553ede1e72bd0

Author: Vinson Lee <[email protected]>
Date:   Sun Apr 25 22:50:23 2010 -0700

nvfx: Add include path to SCons build.

---

 src/gallium/drivers/nvfx/SConscript |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/nvfx/SConscript 
b/src/gallium/drivers/nvfx/SConscript
index fac32da..7c452ac 100644
--- 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 = [

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to