From: George Sapountzis Date: Sun, 21 Mar 2010 17:20:15 +0000 (+0200) Subject: fix scons build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29ec05164838f13d9535271796a50fa213d07912;p=mesa.git fix scons build --- diff --git a/src/gallium/targets/libgl-xlib/SConscript b/src/gallium/targets/libgl-xlib/SConscript index efa7e797d1f..4de463e743e 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', ]