test: Replace deprecated rsvg_init() in any2ppm test

As of libsvg 2.35 calling g_type_init() is sufficient.

Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Bryce Harrington 2014-01-29 09:57:24 -08:00
parent 5de25951a4
commit 1b522f81e2
2 changed files with 1 additions and 2 deletions

View file

@ -627,7 +627,7 @@ CAIRO_ENABLE_SURFACE_BACKEND(svg, SVG, yes, [
fi
])
LIBRSVG_VERSION_REQUIRED=2.15.0
LIBRSVG_VERSION_REQUIRED=2.35.0
test_svg=no
any2ppm_svg=no
if test "x$use_svg" = "xyes"; then

View file

@ -865,7 +865,6 @@ main (int argc, char **argv)
#endif
#if CAIRO_CAN_TEST_SVG_SURFACE
rsvg_init ();
rsvg_set_default_dpi (72.0);
#endif