mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-27 20:40:24 +01:00
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:
parent
e5bd21136c
commit
a91c1e3ea6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)"])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue