This makes build break when harfbuz already installed .
authorjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 18 Jun 2012 08:30:32 +0000 (08:30 +0000)
committerjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 18 Jun 2012 08:30:32 +0000 (08:30 +0000)
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

index 6398c92..cc8379a 100644 (file)
@@ -6,7 +6,7 @@
 # endif
 
 # ifdef HAVE_HARFBUZZ
-#  define OT_SUPPORT
+//#  define OT_SUPPORT
 #  define USE_HARFBUZZ
 # endif