summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-11-20 14:01:50 -0800
committerCarl Worth <cworth@cworth.org>2006-11-20 14:01:50 -0800
commita91c1e3ea6c5d338f2d7cd61db5eede5076de3b2 (patch)
tree5857a8815104c236d537b8971c8e4390157178c2
parente5bd21136cc43f569cdf424d2fd47d8298b53fb6 (diff)
downloadcairo-a91c1e3ea6c5d338f2d7cd61db5eede5076de3b2.tar.gz
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.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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)"])