summaryrefslogtreecommitdiff
path: root/src/gallium/targets/graw-xlib/SConscript
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-11-10 22:02:39 +0000
committerJakob Bornecrantz <jakob@vmware.com>2010-11-17 23:49:09 +0000
commitb46340c740eb5388e9917fca365a6c3003385dff (patch)
treece98edb1483eb030648d998dba535407085f9811 /src/gallium/targets/graw-xlib/SConscript
parentc30656d8c24eafeb29276fa31503b30608239468 (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/SConscript4
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