diff options
author | Jiyoun Park <jijibe99@gmail.com> | 2012-06-18 08:30:32 +0000 |
---|---|---|
committer | Jiyoun Park <jijibe99@gmail.com> | 2012-06-18 08:30:32 +0000 |
commit | bd102bf741e9cb00bb81fdfe79c321dfe3b6f38f (patch) | |
tree | abd9a4634574b0363f4f2b1368f2b8132485d0e6 /legacy/evas/src/lib/engines/common/evas_font_ot.h | |
parent | b3c50c2407f2a81addc4ae691cb36cce95ac289b (diff) |
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.
SVN revision: 72372
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 6398c92bea..cc8379ad37 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 | ||