Revert accidental disabling of Haru

svn path=/trunk/netsurf/; revision=4750
This commit is contained in:
Rob Kendrick 2008-07-26 17:14:06 +00:00
parent c74b00445f
commit 7ae05a60ae
1 changed files with 1 additions and 1 deletions

View File

@ -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)