diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/evas/canvas/evas_font_dir.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/evas/canvas/evas_font_dir.c b/src/lib/evas/canvas/evas_font_dir.c index a75cd945eb..0e67bf80a9 100644 --- a/src/lib/evas/canvas/evas_font_dir.c +++ b/src/lib/evas/canvas/evas_font_dir.c | |||
@@ -788,6 +788,7 @@ evas_font_load(Evas *eo_evas, Evas_Font_Description *fdesc, const char *source, | |||
788 | } | 788 | } |
789 | else /* Add a fallback list from fontconfig according to the found font. */ | 789 | else /* Add a fallback list from fontconfig according to the found font. */ |
790 | { | 790 | { |
791 | #if FC_MAJOR >= 2 && FC_MINOR >= 11 | ||
791 | FcResult res; | 792 | FcResult res; |
792 | 793 | ||
793 | FT_Face face = evas_common_font_freetype_face_get((RGBA_Font *) font); | 794 | FT_Face face = evas_common_font_freetype_face_get((RGBA_Font *) font); |
@@ -810,6 +811,7 @@ evas_font_load(Evas *eo_evas, Evas_Font_Description *fdesc, const char *source, | |||
810 | font = _evas_load_fontconfig(font, evas->evas, set, size, wanted_rend); | 811 | font = _evas_load_fontconfig(font, evas->evas, set, size, wanted_rend); |
811 | } | 812 | } |
812 | } | 813 | } |
814 | #endif | ||
813 | } | 815 | } |
814 | #endif | 816 | #endif |
815 | 817 | ||