summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorchuck <chuck@pkgsrc.org>2020-07-27 19:58:04 +0000
committerchuck <chuck@pkgsrc.org>2020-07-27 19:58:04 +0000
commit7f0995a36790cb56ebe3df2921ff09702410d935 (patch)
tree137805b000bf75eb02bd2c062e39226a791cd44a /print
parent981e441c4a8017d893acda0c897912d93c960e39 (diff)
downloadpkgsrc-7f0995a36790cb56ebe3df2921ff09702410d935.tar.gz
xetex uses graphite2, so it should pull in graphics/graphite2/buildlink3.mk
XXX: even with this, it will not build if LIBRSVG_TYPE=c. the error is a missing include file: include/harfbuzz/hb-graphite2.h this is because fonts/harfbuzz excludes graphics/graphite2 when LIBRSVG_TYPE=c to work around some problem building libreoffice. see rev 1.112 of fonts/harfbuzz/Makefile
Diffstat (limited to 'print')
-rw-r--r--print/xetex/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/xetex/Makefile b/print/xetex/Makefile
index 702e4466fb9..c9973dfe005 100644
--- a/print/xetex/Makefile
+++ b/print/xetex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2020/06/02 08:24:39 adam Exp $
+# $NetBSD: Makefile,v 1.102 2020/07/27 19:58:04 chuck Exp $
PKGREVISION= 1
.include "../../print/texlive/Makefile.common"
@@ -77,6 +77,7 @@ do-install:
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../fonts/harfbuzz/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/graphite2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
BUILDLINK_API_DEPENDS.kpathsea+= kpathsea>=6.2.1
.include "../../print/kpathsea/buildlink3.mk"