From 10d0e92e70ea21cecc5ec345d82bb969bc011fa5 Mon Sep 17 00:00:00 2001 From: jypark Date: Mon, 18 Jun 2012 08:30:32 +0000 Subject: [PATCH] This makes build break when harfbuz already installed . for example , hb_shape_full function is supported only harfbuzz-20120607 version. (harfbuzz 0.6 or 0.7 does not support this function) but OT_SUPPORT define always turned on if harfbuzz installed. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@72372 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/engines/common/evas_font_ot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/engines/common/evas_font_ot.h b/src/lib/engines/common/evas_font_ot.h index 6398c92..cc8379a 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 -- 2.7.4