evas: less warning when disabling fontconfig.

This commit is contained in:
Cedric BAIL 2013-03-12 17:07:50 +09:00
parent cf2f191ff9
commit b3dba328cc
1 changed files with 2 additions and 0 deletions

View File

@ -470,7 +470,9 @@ evas_font_load(Evas *eo_evas, Evas_Font_Description *fdesc, const char *source,
Evas_Font_Set *font = NULL;
Eina_List *fonts, *l;
Fndat *fd;
#ifdef HAVE_FONTCONFIG
Fndat *found_fd = NULL;
#endif
char *nm;
Font_Rend_Flags wanted_rend = 0;