configure.ac: the svg module now needs a librsvg2 >= 2.9.0

This commit is contained in:
Olivier Aubert 2006-07-19 12:55:04 +00:00
parent 1685c92307
commit debc036355
1 changed files with 1 additions and 1 deletions

View File

@ -3799,7 +3799,7 @@ AC_ARG_ENABLE(svg,
if test "${enable_svg}" = "yes"
then
PKG_CHECK_MODULES(SVG,
librsvg-2.0 >= 2.5.0,
librsvg-2.0 >= 2.9.0,
[
VLC_ADD_LDFLAGS([svg],[$SVG_LIBS])
VLC_ADD_CFLAGS([svg],[$SVG_CFLAGS])