Add ftcolor.h to build from freetype2.
This commit is contained in:
parent
f1271f8172
commit
6aef75e147
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.209 2019/07/09 22:17:33 mrg Exp $
|
||||
# $NetBSD: mi,v 1.210 2019/07/21 12:15:13 rjs Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
|
@ -581,6 +581,7 @@
|
|||
./usr/X11R7/include/freetype2/freetype/ftcffdrv.h -unknown- obsolete
|
||||
./usr/X11R7/include/freetype2/freetype/ftchapters.h -unknown- xorg
|
||||
./usr/X11R7/include/freetype2/freetype/ftcid.h -unknown- xorg
|
||||
./usr/X11R7/include/freetype2/freetype/ftcolor.h -unknown- xorg
|
||||
./usr/X11R7/include/freetype2/freetype/ftdriver.h -unknown- xorg
|
||||
./usr/X11R7/include/freetype2/freetype/fterrdef.h -unknown- xorg
|
||||
./usr/X11R7/include/freetype2/freetype/fterrors.h -unknown- xorg
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.23 2018/05/09 07:28:44 maya Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2019/07/21 12:15:14 rjs Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -9,7 +9,8 @@ SUBDIR= config
|
|||
INCSDIR=${X11INCDIR}/freetype2/freetype
|
||||
|
||||
INCS= freetype.h ftadvanc.h ftbbox.h ftbdf.h ftbitmap.h ftbzip2.h ftcache.h \
|
||||
ftchapters.h ftcid.h ftdriver.h fterrdef.h fterrors.h ftfntfmt.h ftgasp.h \
|
||||
ftchapters.h ftcid.h ftcolor.h ftdriver.h fterrdef.h fterrors.h \
|
||||
ftfntfmt.h ftgasp.h \
|
||||
ftglyph.h ftgxval.h ftgzip.h ftimage.h ftincrem.h ftlcdfil.h ftlist.h \
|
||||
ftlzw.h ftmac.h ftmm.h ftmodapi.h ftmoderr.h ftotval.h ftoutln.h \
|
||||
ftparams.h ftpfr.h ftrender.h ftsizes.h ftsnames.h ftstroke.h ftsynth.h \
|
||||
|
|
Loading…
Reference in New Issue