adb3368547
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.
12 lines
230 B
Makefile
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"
|