add USE_ASCII_FAILBACK define
This commit is contained in:
parent
00d0648491
commit
2bd591d03e
3 changed files with 7 additions and 2 deletions
|
@ -8,6 +8,12 @@ CC=$(TARGET_CC)
|
|||
CPP=$(TARGET_CC)
|
||||
CCAS=$(TARGET_CC)
|
||||
|
||||
if COND_GRUB_MKFONT
|
||||
if COND_HAVE_FONT_SOURCE
|
||||
TARGET_CFLAGS += -DUSE_ASCII_FAILBACK=1 -DHAVE_UNIFONT_WIDTHSPEC=1
|
||||
endif
|
||||
endif
|
||||
|
||||
AM_CFLAGS = $(TARGET_CFLAGS)
|
||||
AM_LDFLAGS = $(TARGET_LDFLAGS)
|
||||
AM_CPPFLAGS = $(TARGET_CPPFLAGS) $(CPPFLAGS_DEFAULT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue