scons: Prune out unnecessary targets.
[mesa.git] / src / gallium / targets / libgl-xlib / SConscript
index 5764d4ff62f8138c2fa5dd8ddb372249c7d4e1d7..edd14a8da41358a96c326b663ce6860884433604 100644 (file)
@@ -44,10 +44,6 @@ if env['llvm']:
     env.Append(CPPDEFINES = ['GALLIUM_LLVMPIPE'])
     env.Prepend(LIBS = [llvmpipe])
 
-    if env['swr']:
-        env.Append(CPPDEFINES = 'GALLIUM_SWR')
-        env.Prepend(LIBS = [swr])
-
 if env['platform'] != 'darwin':
     # Disallow undefined symbols, except with Address Sanitizer, since libasan
     # is not linked on shared libs, as it should be LD_PRELOAD'ed instead