freetype 9.5.X should be 2.1.7, which is required.

SVN revision: 16535
This commit is contained in:
sebastid 2005-09-04 20:12:06 +00:00 committed by sebastid
parent ec6b20852f
commit 3b6a241a54
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ AC_ARG_WITH(qtdir,
qt_dir="/opt/Qtopia"; qt_dir="/opt/Qtopia";
]) ])
# check for freetype # check for freetype
AC_PATH_GENERIC(freetype, 9.8.0, AC_PATH_GENERIC(freetype, 9.5.0,
[ ], [ ],
[ AC_MSG_ERROR(Freetype isn't installed) ] [ AC_MSG_ERROR(Freetype isn't installed) ]
) )