diff options
author | George Sapountzis <gsapountzis@gmail.com> | 2010-03-21 19:20:15 +0200 |
---|---|---|
committer | George Sapountzis <gsapountzis@gmail.com> | 2010-03-21 19:20:15 +0200 |
commit | 29ec05164838f13d9535271796a50fa213d07912 (patch) | |
tree | 322645cc2c97eec10090b7a5439018222d474c37 | |
parent | dd120776d10e9e0dab7ec13fd196276510df296f (diff) |
fix scons build
-rw-r--r-- | 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 efa7e797d1..4de463e743 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', ] |