mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
allow vt(4) fonts to be built from .bdf files
vtfontcvt(8) can convert both .bdf and .hex inputs to binary vt(4) .fnt files. Event: Berlin Devsummit 2019 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
0f17b429d0
commit
c6e475ff5a
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ FILES= ${FONTS} INDEX.fonts
|
|||
|
||||
CLEANFILES+= ${FONTS}
|
||||
|
||||
.SUFFIXES: .fnt .fnt.uu .hex
|
||||
.hex.fnt:
|
||||
.SUFFIXES: .bdf .fnt .fnt.uu .hex
|
||||
.bdf.fnt .hex.fnt:
|
||||
vtfontcvt ${.IMPSRC} ${.TARGET}
|
||||
|
||||
FILESDIR= ${SHAREDIR}/vt/fonts
|
||||
|
|
|
|||
Loading…
Reference in a new issue