checkwps: Validate all fonts in themes

Makes sure any fonts specified are either:

 * Present in the theme itself
 * One of the fonts in the Rockbox bundle

Change-Id: I215132835e2ae7faa06662637bc867df9c5dba92
This commit is contained in:
Solomon Peachy 2025-10-27 07:31:19 -04:00
parent b47d0ef3cf
commit 3f43fe3cd8
4 changed files with 39 additions and 9 deletions

View file

@ -226,7 +226,7 @@ clean::
$(LINKRAM) $(LINKROM) rockbox.elf rockbox.map rockbox.bin \
make.dep rombox.elf rombox.map rombox.bin romstart.txt \
$(BINARY) $(FLASHFILE) uisimulator bootloader flash $(BOOTLINK) \
rockbox.apk lang_enum.h rbversion.h
rockbox.apk lang_enum.h rbversion.h fontbundle.h
#### linking the binaries: ####