Mesa (master): nvfx: Add include path to SCons build.

Vinson Lee vlee at kemper.freedesktop.org
Mon Apr 26 05:51:38 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
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 = [




More information about the mesa-commit mailing list