diff options
author | Jakob Bornecrantz <jakob@vmware.com> | 2010-11-10 22:02:39 +0000 |
---|---|---|
committer | Jakob Bornecrantz <jakob@vmware.com> | 2010-11-17 23:49:09 +0000 |
commit | b46340c740eb5388e9917fca365a6c3003385dff (patch) | |
tree | ce98edb1483eb030648d998dba535407085f9811 /src/gallium/targets/graw-xlib/SConscript | |
parent | c30656d8c24eafeb29276fa31503b30608239468 (diff) |
graw: Use inline debug helper instead of non-inline version
Diffstat (limited to 'src/gallium/targets/graw-xlib/SConscript')
-rw-r--r-- | src/gallium/targets/graw-xlib/SConscript | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/targets/graw-xlib/SConscript b/src/gallium/targets/graw-xlib/SConscript index e50eb8a03d..6d32ea537d 100644 --- a/src/gallium/targets/graw-xlib/SConscript +++ b/src/gallium/targets/graw-xlib/SConscript @@ -9,7 +9,7 @@ env.Prepend(LIBS = [ ws_xlib, trace, rbug, - identity, + galahad, gallium, ]) @@ -20,6 +20,8 @@ env.Append(CPPPATH = [ '#src/gallium/include/state_tracker', ]) +env.Append(CPPDEFINES = ['GALLIUM_RBUG', 'GALLIUM_TRACE', 'GALLIUM_GALAHAD']) + sources = [ 'graw_xlib.c', graw_util |