okay who's the joker that broke evas build? freetype 9.3.0 is definitely not a valid dependency :/

SVN revision: 58845
This commit is contained in:
Mike Blumenkrantz 2011-04-23 22:32:06 +00:00
parent fa309e5069
commit 4ebe4bec94
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 >= 9.3.0])
PKG_CHECK_MODULES([FREETYPE], [freetype2 >= 2.3.0])
requirement_evas="freetype2 eina >= 1.0.0 ${requirement_evas}"