draw: Remove dead code.
[mesa.git] / src / gallium / drivers / softpipe / SConscript
index 950c3d9955bff65729f4d5e98b6ca9c3e1a3e9a1..3042e556c6417f7b07d5dc055f535afa9e0d0a70 100644 (file)
@@ -33,6 +33,8 @@ softpipe = env.ConvenienceLibrary(
                'sp_tex_tile_cache.c',
                'sp_texture.c',
                'sp_tile_cache.c',
+               'sp_video_context.c',
+               'sp_winsys.c'
        ])
 
-Export('softpipe')
\ No newline at end of file
+Export('softpipe')