mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
graphics/microwindows: fix missing HAVE_FNT_SUPPORT in Makefile
Without this Make variable, Objects.rules does not add font_fnt.o to the build, causing undefined reference to fnt_createfont at link time. Signed-off-by: Acfboy <AcfboyU@outlook.com>
This commit is contained in:
parent
2492317f15
commit
6870186707
1 changed files with 2 additions and 0 deletions
|
|
@ -108,6 +108,8 @@ else ifeq ($(CONFIG_MICROWINDOWS_MOUSE_CUSTOM),y)
|
||||||
MOUSE = CUSTOM
|
MOUSE = CUSTOM
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
HAVE_FNT_SUPPORT = Y
|
||||||
|
|
||||||
-include microwindows/src/engine/Objects.rules
|
-include microwindows/src/engine/Objects.rules
|
||||||
-include microwindows/src/drivers/Objects.rules
|
-include microwindows/src/drivers/Objects.rules
|
||||||
-include microwindows/src/fonts/Objects.rules
|
-include microwindows/src/fonts/Objects.rules
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue