summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-07-26 17:14:06 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-07-26 17:14:06 +0000
commit7ae05a60ae7f12774bfea3efc57938c97d6b7c1f (patch)
tree60b1d66dae019a68b32d5a7d79038dace68d2b08 /Makefile.config
parentc74b00445f80a9a24dd2905fd68fa4e13b22c67c (diff)
downloadnetsurf-7ae05a60ae7f12774bfea3efc57938c97d6b7c1f.tar.gz
netsurf-7ae05a60ae7f12774bfea3efc57938c97d6b7c1f.tar.bz2
Revert accidental disabling of Haru
svn path=/trunk/netsurf/; revision=4750
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)