From 439426667990b90f76f759ae8f993215c16770cd Mon Sep 17 00:00:00 2001 From: inmarket Date: Fri, 6 Sep 2013 12:23:48 +1000 Subject: Update fonts files to allow compiling without GDISP_NEED_TEXT. --- src/gdisp/mcufont/mf_kerning.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gdisp/mcufont/mf_kerning.c') diff --git a/src/gdisp/mcufont/mf_kerning.c b/src/gdisp/mcufont/mf_kerning.c index 0163fbd9..4118b78e 100644 --- a/src/gdisp/mcufont/mf_kerning.c +++ b/src/gdisp/mcufont/mf_kerning.c @@ -6,6 +6,9 @@ */ #include "mf_kerning.h" + +#ifndef MF_NO_COMPILE + #include #if MF_USE_KERNING @@ -123,3 +126,5 @@ int8_t mf_compute_kerning(const struct mf_font_s *font, } #endif + +#endif //MF_NO_COMPILE -- cgit v1.2.3