summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2008-07-29 08:57:51 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2008-07-29 08:57:51 +0000
commit00687fcddac4f145fbe143426dbb923fca532a8b (patch)
tree8c23688301e136a9a69bdab24133024a2eac87b0 /Makefile.config
parentfb829616039c7dde5ef1042c534cd40c043a508c (diff)
downloadnetsurf-00687fcddac4f145fbe143426dbb923fca532a8b.tar.gz
netsurf-00687fcddac4f145fbe143426dbb923fca532a8b.tar.bz2
- don't use haru pdf on BeOS yet
- make BeOS resource definition file depend on needed files - add option to strip the binary, off by default. svn path=/trunk/netsurf/; revision=4787
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