mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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:
parent
b47d0ef3cf
commit
3f43fe3cd8
4 changed files with 39 additions and 9 deletions
|
|
@ -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: ####
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue