summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index a7436fc82..106de03e6 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -28,7 +28,14 @@ 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
# Valid options: YES, NO
+ifneq ($(TARGET),beos)
+# not yet on BeOS
NETSURF_USE_HARU_PDF := YES
+endif
+
+# Enable stripping the NetSurf binary
+# Valid options: YES, NO
+NETSURF_STRIP_BINARY := NO
# ----------------------------------------------------------------------------
# RISC OS-specific options