Evas font: Revert "This makes build break when harfbuz already installed ."
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 18 Jun 2012 12:50:19 +0000 (12:50 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 18 Jun 2012 12:50:19 +0000 (12:50 +0000)
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

src/lib/engines/common/evas_font_ot.h

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