From: George Sapountzis Date: Sun, 21 Mar 2010 17:32:40 +0000 (+0200) Subject: Revert "fix scons build" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=63aa8a39c4e7ee996afc87404474cce570ac3729;p=mesa.git Revert "fix scons build" This reverts commit 29ec05164838f13d9535271796a50fa213d07912. --- 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', ]