Merge remote branch 'origin/master' into pipe-video
[mesa.git] / src / gallium / drivers / softpipe / SConscript
index d5f4d28aeffe499928981c4d19d5b28413ca17b7..9b2abdfd7f11caa0e18fdc2b84ef12e86b49c1b3 100644 (file)
@@ -35,6 +35,9 @@ softpipe = env.ConvenienceLibrary(
                'sp_tex_tile_cache.c',
                'sp_texture.c',
                'sp_tile_cache.c',
+               'sp_video_context.c',
        ])
 
+env.Alias('softpipe', softpipe)
+
 Export('softpipe')