From 9ee277204a93422f65fdf07a983f930c114e2a73 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Sat, 24 Dec 2016 12:24:14 -0500 Subject: contrib: Add /Library/Fonts to fontconfig. --- contrib/fontconfig/module.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/fontconfig/module.defs b/contrib/fontconfig/module.defs index 24bccd8a3..d81103848 100644 --- a/contrib/fontconfig/module.defs +++ b/contrib/fontconfig/module.defs @@ -89,7 +89,7 @@ FONTCONFIG.CONFIGURE.extra += \ --with-fcpath=/usr/X11/lib/X11/fontconfig \ --with-cache-dir=~/Library/Caches/fontconfig \ --with-default-fonts=/Library/Fonts \ - --with-add-fonts=/System/Library/Fonts,~/Library/Fonts + --with-add-fonts=/System/Library/Fonts,/Library/Fonts,~/Library/Fonts else ifeq (linux,$(BUILD.system)) FONTCONFIG.CONFIGURE.extra += \ --with-fcpath=/etc/fonts \ -- cgit v1.2.3