[evas] This seems to be the least fontconfig's compatible

version with our (current) code.



SVN revision: 63293
This commit is contained in:
Gustavo Lima Chaves 2011-09-08 18:37:29 +00:00
parent 4e2320b17e
commit 8224761b1e
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ AC_ARG_ENABLE([fontconfig],
if test "x${want_fontconfig}" = "xyes" -o "x${want_fontconfig}" = "xauto" ; then
PKG_CHECK_MODULES([FONTCONFIG],
[fontconfig],
[fontconfig >= 2.5.0],
[
have_fontconfig="yes"
AC_DEFINE(HAVE_FONTCONFIG, 1, [have fontconfig searching capabilities])