summaryrefslogtreecommitdiff
path: root/src/gallium/targets/libgl-xlib/SConscript
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-11-10 23:42:17 +0000
committerJakob Bornecrantz <jakob@vmware.com>2010-11-17 23:49:08 +0000
commitc30656d8c24eafeb29276fa31503b30608239468 (patch)
tree39160def95d179ab6b3ab45b8dd12cd3491426c9 /src/gallium/targets/libgl-xlib/SConscript
parent7819435f2ef484696560547fbc1325cb97c7174b (diff)
libgl-xlib: Use inline debug helper instead of non-inline version
Diffstat (limited to 'src/gallium/targets/libgl-xlib/SConscript')
-rw-r--r--src/gallium/targets/libgl-xlib/SConscript6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gallium/targets/libgl-xlib/SConscript b/src/gallium/targets/libgl-xlib/SConscript
index 582760eac9..6582a2f27b 100644
--- a/src/gallium/targets/libgl-xlib/SConscript
+++ b/src/gallium/targets/libgl-xlib/SConscript
@@ -21,7 +21,7 @@ env.Prepend(LIBS = [
ws_xlib,
trace,
rbug,
- identity,
+ galahad,
glapi,
mesa,
glsl,
@@ -37,10 +37,6 @@ if True:
env.Append(CPPDEFINES = 'GALLIUM_SOFTPIPE')
env.Prepend(LIBS = [softpipe])
-if True:
- env.Append(CPPDEFINES = 'GALLIUM_GALAHAD')
- env.Prepend(LIBS = [galahad])
-
if env['llvm']:
env.Append(CPPDEFINES = 'GALLIUM_LLVMPIPE')
env.Prepend(LIBS = [llvmpipe])