diff options
author | Tom Hacohen <tom@stosb.com> | 2012-06-18 12:50:19 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2012-06-18 12:50:19 +0000 |
commit | eefaa4c0fe90e5de256b7adf313befe23b64695a (patch) | |
tree | 76738c2da2a87e5772cd42615e88be96e8835b41 /legacy/evas/src/lib/engines/common/evas_font_ot.h | |
parent | 672730ee4411ebdbbd2a07da49390bf44ca8a2c4 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/src/lib/engines/common/evas_font_ot.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
6 | # endif | 6 | # endif |
7 | 7 | ||
8 | # ifdef HAVE_HARFBUZZ | 8 | # ifdef HAVE_HARFBUZZ |
9 | //# define OT_SUPPORT | 9 | # define OT_SUPPORT |
10 | # define USE_HARFBUZZ | 10 | # define USE_HARFBUZZ |
11 | # endif | 11 | # endif |
12 | 12 | ||