Module: Mesa Branch: master Commit: 29ec05164838f13d9535271796a50fa213d07912 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=29ec05164838f13d9535271796a50fa213d07912
Author: George Sapountzis <[email protected]> Date: Sun Mar 21 19:20:15 2010 +0200 fix scons build --- src/gallium/targets/libgl-xlib/SConscript | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/targets/libgl-xlib/SConscript b/src/gallium/targets/libgl-xlib/SConscript index efa7e79..4de463e 100644 --- a/src/gallium/targets/libgl-xlib/SConscript +++ b/src/gallium/targets/libgl-xlib/SConscript @@ -40,6 +40,7 @@ env.Prepend(LIBS = [ ]) sources = [ + 'soft_screen.c', 'xlib.c', ] _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
