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.
This commit is contained in:
Carl Worth 2006-11-20 14:01:50 -08:00
parent e5bd21136c
commit a91c1e3ea6

View file

@ -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)"])