The GL/internal/dri_sarea.h header was missing from the tarballs, causing the build to bomb for DRI2.tags/mesa_7_1_rc1
@@ -314,6 +314,7 @@ MAIN_FILES = \ | |||
DRI_FILES = \ | |||
$(DIRECTORY)/include/GL/internal/dri_interface.h \ | |||
$(DIRECTORY)/include/GL/internal/dri_sarea.h \ | |||
$(DIRECTORY)/include/GL/internal/sarea.h \ | |||
$(DIRECTORY)/src/glx/Makefile \ | |||
$(DIRECTORY)/src/glx/x11/Makefile \ |