Require librsvg >= 2.11.
This commit is contained in:
parent
003a2c0082
commit
37bc7225bd
1 changed files with 1 additions and 1 deletions
|
@ -1493,7 +1493,7 @@ fi
|
|||
HAVE_RSVG=no
|
||||
if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then
|
||||
if test "${with_rsvg}" != "no"; then
|
||||
RSVG_REQUIRED=2.0.0
|
||||
RSVG_REQUIRED=2.11.0
|
||||
RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"
|
||||
|
||||
PKG_CHECK_MODULES(RSVG, $RSVG_MODULE, :, :)
|
||||
|
|
Loading…
Add table
Reference in a new issue