Mesa (master): graw: Add gallium library to SCons build.

Vinson Lee vlee at kemper.freedesktop.org
Mon Jun 7 23:34:39 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Mon Jun  7 16:34:03 2010 -0700

graw: Add gallium library to SCons build.

Fixes MSVC SCons build.

---

 src/gallium/tests/graw/SConscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript
index 7b90063..a40d66d 100644
--- a/src/gallium/tests/graw/SConscript
+++ b/src/gallium/tests/graw/SConscript
@@ -9,7 +9,7 @@ except NameError:
 env = env.Clone()
 
 env.Prepend(LIBPATH = [graw.dir])
-env.Prepend(LIBS = ['graw'])
+env.Prepend(LIBS = ['graw'] + gallium)
 
 progs = [
     'clear',




More information about the mesa-commit mailing list