On 19 April 2011 16:35, Brian <brianp@xxxxxxxxxx> wrote: >>> Pushed, thanks. >> >> Can you know commit this one that fixes missing files in the generated >> tarball >> so that one can build mesa out of the tarball? >> Thx > > I'll commit it soon. ÂThanks. Hi The following patch fix tarball creation again (removed files and one missing Makefile)
diff --git a/Makefile b/Makefile index 41d1654..fd23b30 100644 --- a/Makefile +++ b/Makefile @@ -272,7 +272,6 @@ MAIN_FILES = \ $(DIRECTORY)/src/mesa/tnl_dd/*.[ch] \ $(DIRECTORY)/src/mesa/tnl_dd/imm/*.[ch] \ $(DIRECTORY)/src/mesa/tnl_dd/imm/NOTES.imm \ - $(DIRECTORY)/src/mesa/vf/*.[ch] \ $(DIRECTORY)/src/mesa/drivers/Makefile \ $(DIRECTORY)/src/mesa/drivers/beos/*.cpp \ $(DIRECTORY)/src/mesa/drivers/beos/Makefile \ @@ -323,6 +322,7 @@ MAPI_FILES = \ $(DIRECTORY)/src/mapi/mapi/sources.mak \ $(DIRECTORY)/src/mapi/mapi/*.[ch] \ $(DIRECTORY)/src/mapi/shared-glapi/SConscript \ + $(DIRECTORY)/src/mapi/shared-glapi/Makefile \ $(DIRECTORY)/src/mapi/vgapi/Makefile \ $(DIRECTORY)/src/mapi/vgapi/SConscript \ $(DIRECTORY)/src/mapi/vgapi/vgapi.csv \
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel