diff options
author | George Sapountzis <[email protected]> | 2010-03-21 19:32:40 +0200 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2010-03-21 19:32:40 +0200 |
commit | 63aa8a39c4e7ee996afc87404474cce570ac3729 (patch) | |
tree | d6552270391115e0eff4bc6957bb93f1383c9e9f /src/gallium/targets | |
parent | 29ec05164838f13d9535271796a50fa213d07912 (diff) |
Revert "fix scons build"
This reverts commit 29ec05164838f13d9535271796a50fa213d07912.
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/libgl-xlib/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/targets/libgl-xlib/SConscript b/src/gallium/targets/libgl-xlib/SConscript index 4de463e743e..efa7e797d1f 100644 --- a/src/gallium/targets/libgl-xlib/SConscript +++ b/src/gallium/targets/libgl-xlib/SConscript @@ -40,7 +40,6 @@ env.Prepend(LIBS = [ ]) sources = [ - 'soft_screen.c', 'xlib.c', ] |