From 94003b455cf9a556a1bdafef450222d30cd31ee3 Mon Sep 17 00:00:00 2001 From: michi_cc Date: Sat, 17 Oct 2009 22:36:43 +0000 Subject: (svn r17794) -Feature: [OSX] Implement automatic fallback font selection for OSX. --- config.lib | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.lib') diff --git a/config.lib b/config.lib index f2c9fd83f..82e71b41e 100644 --- a/config.lib +++ b/config.lib @@ -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 -- cgit v1.2.3-54-g00ecf