summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config
index 362db38f9..96e7646c7 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -26,7 +26,7 @@ NETSURF_USE_JPEG := YES
NETSURF_USE_MNG := YES
# Use libharu to enable PDF export and GTK printing support. There is no
-# auto-detection available for this, as it does not have a pkg-config file
+# auto-detection available for this, as it does not have a pkg-config file.
# Valid options: YES, NO
NETSURF_USE_HARU_PDF := YES
@@ -103,6 +103,11 @@ ifeq ($(TARGET),gtk)
# Valid options: YES, NO, AUTO
NETSURF_USE_ROSPRITE := AUTO
+ # Configuration overrides for Mac OS X
+ ifeq ($(HOST),macosx)
+ NETSURF_USE_LIBICONV_PLUG := NO
+ NETSURF_USE_HARU_PDF := NO
+ endif
endif
# ----------------------------------------------------------------------------