summaryrefslogtreecommitdiff
path: root/tools/build
diff options
context:
space:
mode:
authorToomas Soome <tsoome@FreeBSD.org>2020-06-14 06:58:58 +0000
committerToomas Soome <tsoome@FreeBSD.org>2020-06-14 06:58:58 +0000
commite7fd9688ea975eebda0003d45f44a81e71062d59 (patch)
tree0b1094425dbf0032a79ebd1e83f84985392e90a9 /tools/build
parente0f7c06de24828c83c424b6caba8b7e5fe75f5b2 (diff)
downloadsrc-test-e7fd9688ea975eebda0003d45f44a81e71062d59.tar.gz
src-test-e7fd9688ea975eebda0003d45f44a81e71062d59.zip
Move font related data structured to sys/font.c and update vtfontcvt
Prepare support to be able to handle font data in loader, consolidate data structures to sys/font.h and update vtfontcvt. vtfontcvt update is about to output set of glyphs in form of C source, the implementation does allow to output compressed or uncompressed font bitmaps. Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D24189
Notes
Notes: svn path=/head/; revision=362172
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index b815c77061db7..427171cd11c98 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -92,6 +92,9 @@ DISKINCS+= ${SRCTOP}/sys/sys/disk/bsd.h
SYSINCS+= ${SRCTOP}/sys/sys/nv.h ${SRCTOP}/sys/sys/cnv.h \
${SRCTOP}/sys/sys/dnv.h
+# vtfontcvt is using sys/font.h
+SYSINCS+= ${SRCTOP}/sys/sys/font.h
+
# We want to run the build with only ${WORLDTMP} in $PATH to ensure we don't
# accidentally run tools that are incompatible but happen to be in $PATH.
# This is especially important when building on Linux/MacOS where many of the