Evas: require harfbuzz >= 0.9.0 in configure.ac.

That's what we require anyway, and if mainstream finally started versioning,
I should respect it. :P

SVN revision: 72593
This commit is contained in:
Tom Hacohen 2012-06-21 11:14:35 +00:00
parent a5aacec015
commit fe0b37b9d5
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ AC_ARG_ENABLE([harfbuzz],
if test "x${want_harfbuzz}" = "xyes" -o "x${want_harfbuzz}" = "xauto" ; then
PKG_CHECK_MODULES([HARFBUZZ],
[harfbuzz >= 0.6.0],
[harfbuzz >= 0.9.0],
[
have_harfbuzz="yes"
requirement_evas="harfbuzz ${requirement_evas}"