Pass font config to config.h and not by TARGET_CFLAGS as adding

arguments doesn't work if TARGET_CFLAGS is specified on command
	line.
This commit is contained in:
Vladimir Serbinenko 2013-12-04 10:25:53 +01:00
parent 60d5e9cbd9
commit 6f07c4e407
8 changed files with 19 additions and 11 deletions

View file

@ -49,7 +49,7 @@
#include <grub/term.h>
#include <grub/normal.h>
#ifdef HAVE_UNIFONT_WIDTHSPEC
#if HAVE_FONT_SOURCE
#include "widthspec.h"
#endif
@ -387,7 +387,7 @@ grub_unicode_get_comb_type (grub_uint32_t c)
return GRUB_UNICODE_COMB_NONE;
}
#ifdef HAVE_UNIFONT_WIDTHSPEC
#if HAVE_FONT_SOURCE
grub_size_t
grub_unicode_estimate_width (const struct grub_unicode_glyph *c)