Evas font: Revert "This makes build break when harfbuz already installed ."

This reverts commit 72372.

I just don't get this commit, you just disabled the define that's
responsible of turning harfbuzz on. If you have a too old harfbuzz,
update, I don't plan on supporting old versions of an unreleased always
changing piece of sw.

SVN revision: 72393
This commit is contained in:
Tom Hacohen 2012-06-18 12:50:19 +00:00
parent 672730ee44
commit eefaa4c0fe
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# endif
# ifdef HAVE_HARFBUZZ
//# define OT_SUPPORT
# define OT_SUPPORT
# define USE_HARFBUZZ
# endif