diff options
author | Bradley Sepos <[email protected]> | 2016-12-24 12:24:14 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-12-24 12:24:14 -0500 |
commit | 9ee277204a93422f65fdf07a983f930c114e2a73 (patch) | |
tree | e331512beb0d98749777399f8239bc332bd7fe37 /contrib | |
parent | 39f658841ee45dbbfc70c402416804883b1095dc (diff) |
contrib: Add /Library/Fonts to fontconfig.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/fontconfig/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |