Build against mesa head

This commit is contained in:
David Reveman 2006-03-06 14:40:44 +00:00
parent 24bb0886f9
commit 9ad6fd9b91
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2006-03-06 David Reveman <davidr@novell.com>
* GL/mesa/swrast/Makefile.am: Update to build against mesa head.
2006-02-23 David Reveman <davidr@novell.com>
* configure.ac: Require version 0.5.4 of glitz.

View file

@ -9,6 +9,7 @@ INCLUDES = -I@MESA_SOURCE@/include \
-I../main \
-I../math \
-I../shader \
-I../shader/slang \
-I../swrast \
-I../swrast_setup \
-I../tnl \
@ -23,6 +24,7 @@ nodist_libswrast_la_SOURCES = s_aaline.c \
s_atifragshader.c \
s_bitmap.c \
s_blend.c \
s_blit.c \
s_buffers.c \
s_context.c \
s_copypix.c \