From c74b00445f80a9a24dd2905fd68fa4e13b22c67c Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Sat, 26 Jul 2008 17:13:24 +0000 Subject: Make using libpng only be enabled when NETSURF_USE_HARU_PDF is YES. svn path=/trunk/netsurf/; revision=4749 --- Makefile.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.config') 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) -- cgit v1.2.3