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:
Acfboy 2026-07-29 23:51:31 +08:00 committed by Michal Lenc
parent 2492317f15
commit 6870186707

View file

@ -108,6 +108,8 @@ else ifeq ($(CONFIG_MICROWINDOWS_MOUSE_CUSTOM),y)
MOUSE = CUSTOM
endif
HAVE_FNT_SUPPORT = Y
-include microwindows/src/engine/Objects.rules
-include microwindows/src/drivers/Objects.rules
-include microwindows/src/fonts/Objects.rules