Commit debc0363 authored by Olivier Aubert's avatar Olivier Aubert

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

parent 1685c923
...@@ -3799,7 +3799,7 @@ AC_ARG_ENABLE(svg, ...@@ -3799,7 +3799,7 @@ AC_ARG_ENABLE(svg,
if test "${enable_svg}" = "yes" if test "${enable_svg}" = "yes"
then then
PKG_CHECK_MODULES(SVG, PKG_CHECK_MODULES(SVG,
librsvg-2.0 >= 2.5.0, librsvg-2.0 >= 2.9.0,
[ [
VLC_ADD_LDFLAGS([svg],[$SVG_LIBS]) VLC_ADD_LDFLAGS([svg],[$SVG_LIBS])
VLC_ADD_CFLAGS([svg],[$SVG_CFLAGS]) VLC_ADD_CFLAGS([svg],[$SVG_CFLAGS])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment