diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-04-24 00:50:33 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-08-13 09:58:02 +0100 |
commit | 1ccd269a3f33684bfbedcd94ad9bca56b1404143 (patch) | |
tree | 0563b9114a6ddd752142232e0ae55f3e75816a90 /build/Makefile.am.changelog | |
parent | e849e7c9291d57c3749f499c7e410e7be452b455 (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/Makefile.am.changelog')
-rw-r--r-- | build/Makefile.am.changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.am.changelog b/build/Makefile.am.changelog index 07e60369..861e5318 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 $@ |