From: tasn Date: Mon, 18 Jun 2012 12:50:19 +0000 (+0000) Subject: Evas font: Revert "This makes build break when harfbuz already installed ." X-Git-Tag: accepted/2.0/20130306.225542~48^2~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ce18c6594b4fc6b383bfb1ad9209bf117f14afd;p=profile%2Fivi%2Fevas.git 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. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@72393 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/engines/common/evas_font_ot.h b/src/lib/engines/common/evas_font_ot.h index cc8379a..6398c92 100644 --- a/src/lib/engines/common/evas_font_ot.h +++ b/src/lib/engines/common/evas_font_ot.h @@ -6,7 +6,7 @@ # endif # ifdef HAVE_HARFBUZZ -//# define OT_SUPPORT +# define OT_SUPPORT # define USE_HARFBUZZ # endif