From: jypark Date: Mon, 18 Jun 2012 08:30:32 +0000 (+0000) Subject: This makes build break when harfbuz already installed . X-Git-Tag: 2.0_alpha~46^2~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10d0e92e70ea21cecc5ec345d82bb969bc011fa5;p=framework%2Fuifw%2Fevas.git 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 --- 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