fix scons build
authorGeorge Sapountzis <gsapountzis@gmail.com>
Sun, 21 Mar 2010 17:20:15 +0000 (19:20 +0200)
committerGeorge Sapountzis <gsapountzis@gmail.com>
Sun, 21 Mar 2010 17:20:15 +0000 (19:20 +0200)
src/gallium/targets/libgl-xlib/SConscript

index efa7e797d1ff9bd64b647a114a3cfcf723ebd5ba..4de463e743e8a45380f851c181dbd6827497d976 100644 (file)
@@ -40,6 +40,7 @@ env.Prepend(LIBS = [
 ])
 
 sources = [
+    'soft_screen.c',
     'xlib.c',
 ]