From: Michal Krol Date: Fri, 29 Feb 2008 09:32:25 +0000 (+0100) Subject: scons: List sp_screen.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d22330837278574c7f06bdc9e12ffffb659f43d;p=mesa.git scons: List sp_screen.c. --- diff --git a/src/gallium/drivers/softpipe/SConscript b/src/gallium/drivers/softpipe/SConscript index 4c1a6d5df0b..88c21ee3b0f 100644 --- a/src/gallium/drivers/softpipe/SConscript +++ b/src/gallium/drivers/softpipe/SConscript @@ -28,6 +28,7 @@ softpipe = env.ConvenienceLibrary( 'sp_quad_stencil.c', 'sp_quad_stipple.c', 'sp_query.c', + 'sp_screen.c', 'sp_state_blend.c', 'sp_state_clip.c', 'sp_state_derived.c',