summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/dri/SConscript')
-rw-r--r--src/gallium/targets/dri/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/targets/dri/SConscript b/src/gallium/targets/dri/SConscript
index a7322476452..a51ed564344 100644
--- a/src/gallium/targets/dri/SConscript
+++ b/src/gallium/targets/dri/SConscript
@@ -18,8 +18,8 @@ if env['build'] == 'release':
env.Append(CPPDEFINES = ['GALLIUM_RBUG'])
env.Prepend(LIBS = [rbug])
else:
- env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_RBUG', 'GALLIUM_GALAHAD'])
- env.Prepend(LIBS = [trace, rbug, galahad])
+ env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_RBUG'])
+ env.Prepend(LIBS = [trace, rbug])
if env['llvm']:
env.Append(CPPDEFINES = 'GALLIUM_LLVMPIPE')