pkgsrc/fonts/harfbuzz/Makefile
nia adb3368547 Split out ICU integration library from the harfbuzz package.
Only a few pieces of software are using the ICU integration library,
these aren't the big harfbuzz users (i.e. gtk). this is intended to lessen
the impact of icu's frequent ABI breaks.
2020-11-06 15:06:49 +00:00

12 lines
230 B
Makefile

# $NetBSD: Makefile,v 1.137 2020/11/06 15:06:49 nia Exp $
PKGREVISION= 1
.include "Makefile.common"
COMMENT= OpenType text shaping engine
# Use external icu support.
MESON_ARGS+= -Dicu=disabled
.include "../../mk/bsd.pkg.mk"