diff options
Diffstat (limited to 'third_party/fontconfig/config/mac')
-rw-r--r-- | third_party/fontconfig/config/mac/config.h.template (renamed from third_party/fontconfig/config/mac/config.h) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/third_party/fontconfig/config/mac/config.h b/third_party/fontconfig/config/mac/config.h.template index 963ede8494..3eea946a19 100644 --- a/third_party/fontconfig/config/mac/config.h +++ b/third_party/fontconfig/config/mac/config.h.template @@ -1,6 +1,10 @@ /* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ +/* Manually added template defines */ +#define FC_CACHEDIR "@FC_CACHEDIR@" +#define FONTCONFIG_PATH "@FONTCONFIG_PATH@" + /* Define if building universal (internal helper macro) */ /* #undef AC_APPLE_UNIVERSAL_BUILD */ @@ -11,7 +15,7 @@ /* #undef ENABLE_LIBXML2 */ /* Additional font directories */ -#define FC_ADD_FONTS "yes" +#define FC_ADD_FONTS "/System/Library/Fonts,/Library/Fonts" /* Architecture prefix to use for cache file names */ /* #undef FC_ARCHITECTURE */ |