summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/libgl-xlib/SConscript
diff options
context:
space:
mode:
authorKai Wasserbäch <[email protected]>2011-11-29 18:17:47 +0100
committerJosé Fonseca <[email protected]>2011-11-29 20:26:53 +0000
commitccd4d4367f2b4e5aebfc59b832599812a4a1c7d8 (patch)
treeb5e510235d4be8dd4644a72c721693eaae02c1b5 /src/gallium/targets/libgl-xlib/SConscript
parent09e67706e9a74600e16fe012ecfd192b0d31960a (diff)
gallium/cell: Remove the driver.
Complicates Gallium3D development and doesn't seem to have active users. Signed-off-by: Kai Wasserbäch <[email protected]> Signed-off-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/targets/libgl-xlib/SConscript')
-rw-r--r--src/gallium/targets/libgl-xlib/SConscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/targets/libgl-xlib/SConscript b/src/gallium/targets/libgl-xlib/SConscript
index ad8b0992e46..25a4582d7a3 100644
--- a/src/gallium/targets/libgl-xlib/SConscript
+++ b/src/gallium/targets/libgl-xlib/SConscript
@@ -42,11 +42,6 @@ if True:
if env['llvm']:
env.Append(CPPDEFINES = ['GALLIUM_LLVMPIPE'])
env.Prepend(LIBS = [llvmpipe])
-
-if False:
- # TODO: Detect Cell SDK
- env.Append(CPPDEFINES = 'GALLIUM_CELL')
- env.Prepend(LIBS = [cell])
# libGL.so.1.5
libgl_1_5 = env.SharedLibrary(