diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2017-01-16 22:43:50 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2017-01-16 22:43:50 +0000 |
commit | d8b5132617fd8472778322ae103bfad8ec2dff84 (patch) | |
tree | 84f1645d703ef5ded4deb57e3f031ccafe1ff349 | |
parent | 38a5b8e7baef3827fcc797c6593dcfcc39d892bf (diff) |
Install new available config files, missed in fontconfig update.
Pointed out by Nils Reusse <n.reusse@hxgn.net>. Thanks.
-rw-r--r-- | lib/fontconfig/conf.d/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/fontconfig/conf.d/Makefile b/lib/fontconfig/conf.d/Makefile index 81733c1f5..9f6b639ef 100644 --- a/lib/fontconfig/conf.d/Makefile +++ b/lib/fontconfig/conf.d/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2016/11/19 08:45:51 tb Exp $ +# $OpenBSD: Makefile,v 1.11 2017/01/16 22:43:49 matthieu Exp $ FONTCONFIG = ${.CURDIR}/../../../dist/fontconfig CONFIGDIR = /etc/fonts/conf.d @@ -29,6 +29,10 @@ CONF_LINKS = \ AVAIL_FILES = \ 10-autohint.conf \ + 10-hinting-full.conf \ + 10-hinting-medium.conf \ + 10-hinting-none.conf \ + 10-hinting-slight.conf \ 10-no-sub-pixel.conf \ 10-scale-bitmap-fonts.conf \ 10-sub-pixel-bgr.conf \ |