summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-07-26 22:43:41 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-07-26 22:43:41 +0000
commitad353eab97ce972dcb5f03a004db13a22d965c29 (patch)
tree5fe270e7d9d77be9cf93c8eb8f18a615afd64150 /Makefile.config
parentafb3364151c00c23d752f7410798e6f864f5f5f7 (diff)
downloadnetsurf-ad353eab97ce972dcb5f03a004db13a22d965c29.tar.gz
netsurf-ad353eab97ce972dcb5f03a004db13a22d965c29.tar.bz2
Reenable Haru by default
svn path=/trunk/netsurf/; revision=4764
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 d569738be..d89aa9520 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=NO
+NETSURF_USE_HARU_PDF=YES
# The following options are GTK-specific
ifeq ($(TARGET),gtk)