DescriptionFix Mac fontconfig build
The Mac fontconfig just #defines the cache directory, which works fine if fontconfig never has to look up any fonts (the case until now). If it has to actually find fonts from the disk, the cache directory and config directory need to be properly defined as well as running fc-cache to populate the cache directory.
Populating the cache directory can take some time, but should only happen on a clean build. To remove this extra time, we have to not build poppler on Mac, which can now be accomplished with GYP_DEFINES="skia_mac_poppler=0"
Committed: http://code.google.com/p/skia/source/detail?r=12994
Patch Set 1 #Patch Set 2 : checkpoint #Patch Set 3 : checkpint #Patch Set 4 : checkpoint #
Total comments: 31
Patch Set 5 : Address Comments #Patch Set 6 : More Comments #
Messages
Total messages: 12 (0 generated)
|