hmmm actually this wasn't the cause. but someone definitely broke something here...

SVN revision: 58846
This commit is contained in:
Mike Blumenkrantz 2011-04-23 22:37:42 +00:00
parent 4ebe4bec94
commit 4386f8fb35
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ esac
PKG_CHECK_MODULES([EINA], [eina >= 1.0.0])
# Freetype
PKG_CHECK_MODULES([FREETYPE], [freetype2 >= 2.3.0])
PKG_CHECK_MODULES([FREETYPE], [freetype2 >= 9.3.0])
requirement_evas="freetype2 eina >= 1.0.0 ${requirement_evas}"