From a91c1e3ea6c5d338f2d7cd61db5eede5076de3b2 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 20 Nov 2006 14:01:50 -0800 Subject: [PATCH] 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. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 5add38014..70bfa56c6 100644 --- a/configure.in +++ b/configure.in @@ -539,7 +539,7 @@ CAIRO_BACKEND_ENABLE(svg, SVG, svg, SVG_SURFACE, auto, [ 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)"])