[cairo-commit] configure.in
Carl Worth
cworth at kemper.freedesktop.org
Mon Nov 20 14:02:31 PST 2006
configure.in | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree a91c1e3ea6c5d338f2d7cd61db5eede5076de3b2 (from e5bd21136cc43f569cdf424d2fd47d8298b53fb6)
Author: Carl Worth <cworth at cworth.org>
Date: Mon Nov 20 14:01:50 2006 -0800
Require librsvg 2.15.0 (was 2.14.0) for testing of SVG backend.
Bryce Harrington saw off-by-one errors in output image size with
a 2.14.x version of librsvg.
diff --git a/configure.in b/configure.in
index 5add380..70bfa56 100644
--- a/configure.in
+++ b/configure.in
@@ -539,7 +539,7 @@ CAIRO_BACKEND_ENABLE(svg, SVG, svg, SVG_
fi
])
-LIBRSVG_VERSION_REQUIRED=2.14.0
+LIBRSVG_VERSION_REQUIRED=2.15.0
if test "x$use_svg" = "xyes"; then
librsvg_DEPENDENCY="librsvg-2.0 >= $LIBRSVG_VERSION_REQUIRED"
PKG_CHECK_MODULES(LIBRSVG, $librsvg_DEPENDENCY gdk-2.0, [test_svg=yes], [test_svg="no (requires $librsvg_DEPENDENCY)"])
More information about the cairo-commit
mailing list