diff options
author | Felix Kuehling <fxkuehl@gmx.de> | 2006-03-02 18:35:08 +0000 |
---|---|---|
committer | Felix Kuehling <fxkuehl@gmx.de> | 2006-03-02 18:35:08 +0000 |
commit | 054c291b274b238893e408e070aef13a7933400b (patch) | |
tree | 197edc28024dc2d5da9336bf302332fac0fe82e4 /GL | |
parent | c1a82b9554028640dc4e08f042f1a8faf3372627 (diff) |
Fix build against Mesa CVS HEAD: added s_blit.c to symlink-mesa.sh.
Diffstat (limited to 'GL')
-rwxr-xr-x | GL/symlink-mesa.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GL/symlink-mesa.sh b/GL/symlink-mesa.sh index 32a0ad389..fa14f629d 100755 --- a/GL/symlink-mesa.sh +++ b/GL/symlink-mesa.sh @@ -261,6 +261,7 @@ symlink_mesa_swrast() { action s_bitmap.c action s_blend.c action s_blend.h + action s_blit.c action s_buffers.c action s_context.c action s_context.h |