Mesa (master): r300g: Galahad for scons as well

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Mon Jun 28 20:34:31 UTC 2010


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

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Mon Jun 28 22:27:51 2010 +0200

r300g: Galahad for scons as well

---

 src/gallium/targets/dri-radeong/SConscript |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/gallium/targets/dri-radeong/SConscript b/src/gallium/targets/dri-radeong/SConscript
index ffac73a..1402c3b 100644
--- a/src/gallium/targets/dri-radeong/SConscript
+++ b/src/gallium/targets/dri-radeong/SConscript
@@ -8,12 +8,13 @@ env = drienv.Clone()
 
 env.ParseConfig('pkg-config --cflags --libs libdrm_radeon')
 
-env.Append(CPPDEFINES = ['GALLIUM_RBUG', 'GALLIUM_TRACE'])
+env.Append(CPPDEFINES = ['GALLIUM_RBUG', 'GALLIUM_TRACE', 'GALLIUM_GALAHAD'])
 
 env.Prepend(LIBS = [
     st_dri,
     radeonwinsys,
     r300,
+    galahad,
     trace,
     rbug,
     mesa,




More information about the mesa-commit mailing list