summaryrefslogtreecommitdiff
path: root/build/Makefile.am.changelog
AgeCommit message (Collapse)AuthorFilesLines
2011-08-13Fix pollution from skia commitChris Wilson1-1/+1
I forgot to proof-read the patch before pushing and forgot I had left in some damage from trying to get skia to link using libtool. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2011-08-13skia: Update to use cairo_backend_t interfaceChris Wilson1-1/+1
Still hopelessly broken. Requires compiling cairo to use static linking and then still requires manual linkage to workaround libtool. Lots of functionality is still absent - we need to either find analogues to some Cairo operations or implement fallbacks - but it is sufficient to investigate how Skia functions in direct comparison with Cairo for tessellation/rasterisation. Caveat emptor. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2008-12-14[RELEASING] Update Makefile for git-1.6Chris Wilson1-2/+2
Git moved all the subcommands out of the PATH, so we need to update our usage.
2008-11-30[Makefile.am] Use top_srcdir instead of srcdirBehdad Esfahbod1-1/+1
Doesn't make much difference here, but makes our intention clear.
2008-09-04Rename build/*.mk to build/Makefile.am.*Behdad Esfahbod1-0/+82
Namely: build/Analysis.mk -> build/Makefile.am.analysis build/ChangeLog.mk -> build/Makefile.am.changelog build/Releasing.mk -> build/Makefile.am.releasing