diff options
author | Younes Manton <[email protected]> | 2010-05-08 20:11:29 -0400 |
---|---|---|
committer | Younes Manton <[email protected]> | 2010-05-08 20:11:29 -0400 |
commit | 2c29a93e875dd96fb08c65ec659efc3eb2d5c15e (patch) | |
tree | 5c76c2b23e44a68da14d983431dbe152c894622d /src/gallium/drivers/softpipe/Makefile | |
parent | fa3f0c832cd464c40157f35a61d47a8a618f70d8 (diff) |
vl: Get softpipe building again.
Diffstat (limited to 'src/gallium/drivers/softpipe/Makefile')
-rw-r--r-- | src/gallium/drivers/softpipe/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/drivers/softpipe/Makefile b/src/gallium/drivers/softpipe/Makefile index 83f3e4a19b6..3111c49a2c2 100644 --- a/src/gallium/drivers/softpipe/Makefile +++ b/src/gallium/drivers/softpipe/Makefile @@ -19,7 +19,7 @@ C_SOURCES = \ sp_quad_fs.c \ sp_quad_blend.c \ sp_screen.c \ - sp_setup.c \ + sp_setup.c \ sp_state_blend.c \ sp_state_clip.c \ sp_state_derived.c \ @@ -32,6 +32,7 @@ C_SOURCES = \ sp_tex_sample.c \ sp_tex_tile_cache.c \ sp_tile_cache.c \ - sp_surface.c + sp_surface.c \ + sp_video_context.c include ../../Makefile.template |