From eefaa4c0fe90e5de256b7adf313befe23b64695a Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 18 Jun 2012 12:50:19 +0000 Subject: [PATCH] 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 --- legacy/evas/src/lib/engines/common/evas_font_ot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/engines/common/evas_font_ot.h b/legacy/evas/src/lib/engines/common/evas_font_ot.h index cc8379ad37..6398c92bea 100644 --- a/legacy/evas/src/lib/engines/common/evas_font_ot.h +++ b/legacy/evas/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