summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-07-26 17:13:24 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-07-26 17:13:24 +0000
commitc74b00445f80a9a24dd2905fd68fa4e13b22c67c (patch)
treef937ba4b35de757cf77e6fb45008836fef822cc1 /Makefile.config
parent789ab037d17893c49d00aecbf211880affc7d2ce (diff)
downloadnetsurf-c74b00445f80a9a24dd2905fd68fa4e13b22c67c.tar.gz
netsurf-c74b00445f80a9a24dd2905fd68fa4e13b22c67c.tar.bz2
Make using libpng only be enabled when NETSURF_USE_HARU_PDF is YES.
svn path=/trunk/netsurf/; revision=4749
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config
index d89aa9520..d569738be 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -6,7 +6,7 @@
# 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.
-NETSURF_USE_HARU_PDF=YES
+NETSURF_USE_HARU_PDF=NO
# The following options are GTK-specific
ifeq ($(TARGET),gtk)