summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-04-24 00:50:33 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-08-13 09:58:02 +0100
commit1ccd269a3f33684bfbedcd94ad9bca56b1404143 (patch)
tree0563b9114a6ddd752142232e0ae55f3e75816a90 /build
parente849e7c9291d57c3749f499c7e410e7be452b455 (diff)
skia: Update to use cairo_backend_t interface
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>
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.am.changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.am.changelog b/build/Makefile.am.changelog
index 07e603695..861e53180 100644
--- a/build/Makefile.am.changelog
+++ b/build/Makefile.am.changelog
@@ -54,7 +54,7 @@ DISTCLEANFILES += ChangeLog.cache-*
ChangeLog.cache-*..: .git
-ChangeLog%: $(srcdir)/ChangeLog%
+#ChangeLog%: $(srcdir)/ChangeLog%
$(srcdir)/ChangeLog.cache-% $(srcdir)/ChangeLog.pre-%:
@echo Creating $@