diff options
author | nia <nia@pkgsrc.org> | 2020-11-06 15:06:49 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-11-06 15:06:49 +0000 |
commit | 12cd8eee701e1850702520f8e21c718ec4d8248e (patch) | |
tree | 3841f33c6e8dd6c4a0d4faf7dbc55e78c58a6a17 /fonts/Makefile | |
parent | fec8f6e3bc6f0b9c17f920e1eaeae90d5cd2b0cd (diff) | |
download | pkgsrc-12cd8eee701e1850702520f8e21c718ec4d8248e.tar.gz |
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.
Diffstat (limited to 'fonts/Makefile')
-rw-r--r-- | fonts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index 94f8308ee67..075f07b53c2 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.343 2020/08/06 11:08:20 pin Exp $ +# $NetBSD: Makefile,v 1.344 2020/11/06 15:06:49 nia Exp $ # COMMENT= Fonts @@ -119,6 +119,7 @@ SUBDIR+= go-ttf SUBDIR+= gsftopkk SUBDIR+= gucharmap SUBDIR+= harfbuzz +SUBDIR+= harfbuzz-icu SUBDIR+= ibm-plex-otf SUBDIR+= ibm-plex-ttf SUBDIR+= inconsolata-g |