summaryrefslogtreecommitdiff
path: root/src/gallium/targets/dri-swrast/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/dri-swrast/SConscript')
-rw-r--r--src/gallium/targets/dri-swrast/SConscript6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gallium/targets/dri-swrast/SConscript b/src/gallium/targets/dri-swrast/SConscript
index 679afab41c..d814347119 100644
--- a/src/gallium/targets/dri-swrast/SConscript
+++ b/src/gallium/targets/dri-swrast/SConscript
@@ -18,7 +18,11 @@ env.Prepend(LIBS = [
])
if True:
- env.Append(CPPDEFINES = 'GALLIUM_SOFTPIPE')
+ env.Append(CPPDEFINES = [
+ 'GALLIUM_SOFTPIPE',
+ 'GALLIUM_RBUG',
+ 'GALLIUM_TRACE',
+ ])
env.Prepend(LIBS = [softpipe])
if env['llvm']: