mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-04 17:40:39 +01:00
[configure.in] Initialise test_svg.
Set test_svg to no prior for checking for SVG availability so that the printed summary is correct if the user explicitly disables the SVG surface on the configure command line.
This commit is contained in:
parent
785cb5b7e1
commit
bee05467a5
1 changed files with 1 additions and 0 deletions
|
|
@ -613,6 +613,7 @@ CAIRO_BACKEND_ENABLE(svg, SVG, svg, SVG_SURFACE, auto, [
|
|||
])
|
||||
|
||||
LIBRSVG_VERSION_REQUIRED=2.15.0
|
||||
test_svg=no
|
||||
if test "x$use_svg" = "xyes"; then
|
||||
librsvg_DEPENDENCY="librsvg-2.0 >= $LIBRSVG_VERSION_REQUIRED"
|
||||
PKG_CHECK_MODULES(LIBRSVG, $librsvg_DEPENDENCY gdk-2.0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue