Index: third_party/fontconfig/README.chromium |
diff --git a/third_party/fontconfig/README.chromium b/third_party/fontconfig/README.chromium |
index f9ea5b62b3a06d4e89467c2c7ac81a0aa1d8ebe9..07bc5f59f8ac79ca5840b6cbc2382682dccf4126 100644 |
--- a/third_party/fontconfig/README.chromium |
+++ b/third_party/fontconfig/README.chromium |
@@ -33,9 +33,14 @@ third_party/fontconfig/config: |
fc-lang/fclang.h |
src/fcobjshash.h |
-On Linux and Mac, these are the files generated by ./configure, with no |
-additional flags. |
+On Mac, these are the files generated by |
+ ./configure --with-add-fonts=/System/Library/Fonts,/Library/Fonts |
+config/mac/config.h.template then has a section added to the top: |
+ |
++/* Manually added template defines */ |
++#define FC_CACHEDIR "@FC_CACHEDIR@" |
++#define FONTCONFIG_PATH "@FONTCONFIG_PATH@" |
+ |
On Windows, the configuration files were from |
http://comments.gmane.org/gmane.comp.fonts.fontconfig/4438 |
(fontconfig development list). |
- |