* unix/configure.raw: We need 'librsvg' version 2.46.0 or newer.
Older versions don't have function `rsvg_handle_get_intrinsic_dimensions`.
This commit is contained in:
parent
b34741c1cc
commit
fa226478b1
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ AC_SEARCH_LIBS([clock_gettime],
|
|||
|| LIB_CLOCK_GETTIME=$ac_cv_search_clock_gettime])
|
||||
|
||||
# 'librsvg' is needed to demonstrate SVG support.
|
||||
PKG_CHECK_MODULES([LIBRSVG], [librsvg-2.0],
|
||||
PKG_CHECK_MODULES([LIBRSVG], [librsvg-2.0 >= 2.46.0],
|
||||
[have_librsvg="yes (pkg-config)"], [have_librsvg=no])
|
||||
|
||||
FT_DEMO_CFLAGS=""
|
||||
|
|
Loading…
Add table
Reference in a new issue