[cairo-commit] configure.in ROADMAP
Behdad Esfahbod
behdad at kemper.freedesktop.org
Thu Aug 17 19:10:30 PDT 2006
ROADMAP | 2 +-
configure.in | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
New commits:
diff-tree 64dd7a8203b6e393d9f763d49eea6dfb7bd13e0d (from 6f8cf53b1e1ccdbe1ab6a275656b19c6e5120e40)
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Thu Aug 17 22:10:27 2006 -0400
[SVG] Make dependent on --enable-png (and increase cache-version to 2)
diff --git a/ROADMAP b/ROADMAP
index 1c8b1c5..b2193d1 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -32,7 +32,7 @@ Themes and Schedules
cairo-1.2.4 (August 21, 2006): Fix build bugs with 1.2.2
- xlib detection requires libXt
- 7744: Compile troubles on AIX
- - SVG backend requires PNG
+â- SVG backend requires PNG
â- 7888: assertion failure with rotated bitmap glyphs
â- 7889: cairo_text_path assertion failure on bitmap fonts
- Type1 on Windows (Adrian has a patch)
diff --git a/configure.in b/configure.in
index 6bc226e..f9cba5d 100644
--- a/configure.in
+++ b/configure.in
@@ -94,7 +94,7 @@ dnl cairo_cache_version should be increa
dnl detection stuff changes in a way that removing the config.cache file may be
dnl needed for correct operation.
dnl
-m4_define(cairo_cache_version, 1)
+m4_define(cairo_cache_version, 2)
dnl ===========================================================================
dnl
@@ -500,6 +500,9 @@ AM_CONDITIONAL(CAIRO_HAS_MULTI_PAGE_SURF
dnl ===========================================================================
CAIRO_BACKEND_ENABLE(svg, SVG, svg, SVG_SURFACE, auto, [
+ if test "x$use_png" != "xyes"; then
+ use_svg="no (requires --enable-png)"
+ fi
])
if test "x$use_svg" = "xyes"; then
More information about the cairo-commit
mailing list