diff options
author | Jakob Bornecrantz <[email protected]> | 2010-11-10 22:49:40 +0000 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-11-17 23:49:09 +0000 |
commit | e89e8a4347dacceda0b131b55d16206e25eb984f (patch) | |
tree | c5b1b258d844392bbd65b0a2a945517c385e44dd /src/gallium/auxiliary/SConscript | |
parent | b46340c740eb5388e9917fca365a6c3003385dff (diff) |
gallium: Remove redundant sw and debug target helpers
Diffstat (limited to 'src/gallium/auxiliary/SConscript')
-rw-r--r-- | src/gallium/auxiliary/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript index 0e5da1374ff..75c27dd2420 100644 --- a/src/gallium/auxiliary/SConscript +++ b/src/gallium/auxiliary/SConscript @@ -196,7 +196,6 @@ source = [ #'vl/vl_compositor.c', #'vl/vl_csc.c', #'vl/vl_shader_build.c', - 'target-helpers/wrap_screen.c', ] if env['llvm']: |