(svn r17794) -Feature: [OSX] Implement automatic fallback font selection for OSX.

This commit is contained in:
michi_cc
2009-10-17 22:36:43 +00:00
parent c1f6dc4342
commit 685a7752f2
4 changed files with 232 additions and 5 deletions

View File

@@ -2414,6 +2414,12 @@ detect_fontconfig() {
return 0
fi
if [ "$os" = "OSX" ]; then
log 1 "checking libfontconfig... OSX, skipping"
fontconfig_config=""
return 0
fi
if [ "$with_fontconfig" = "1" ] || [ "$with_fontconfig" = "" ] || [ "$with_fontconfig" = "2" ]; then
fontconfig_config="pkg-config fontconfig"
else