Fix building of librsvg if requested

This typo was preventing the svg loader to be built in every cases
This commit is contained in:
Davide Andreoli 2016-06-04 20:10:04 +02:00
parent de5f293426
commit b0776cb4ea
1 changed files with 1 additions and 1 deletions

View File

@ -2879,7 +2879,7 @@ if test "x${want_libraw}" = "xyes"; then
PKG_CHECK_MODULES([LIBRAW], [libraw], [have_raw="yes"])
fi
if test "x${want_librsvg}" = "xyes"; then
if test "x${want_rsvg}" = "xyes"; then
PKG_CHECK_MODULES([RSVG], [librsvg-2.0 >= 2.14.0 cairo >= 1.0.0], [have_rsvg="yes"])
PKG_CHECK_MODULES(
[SVG_2_36], [librsvg-2.0 >= 2.36.0 cairo >= 1.0.0],