From 18fef974efa641c43bfbf962b1106afde1ab0957 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 15 Sep 2008 23:16:21 +0000 Subject: Change default build to use libpng but not libmng. svn path=/trunk/netsurf/; revision=5340 --- Makefile.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.config b/Makefile.config index 827ae5ed1..5acb2a071 100644 --- a/Makefile.config +++ b/Makefile.config @@ -23,13 +23,13 @@ NETSURF_USE_JPEG := YES # Enable NetSurf's use of libmng for displaying MNGs and PNGs # Valid options: YES, NO -NETSURF_USE_MNG := YES +NETSURF_USE_MNG := NO # Enable NetSurf's use of libpng for displaying PNGs. If MNG and PNG # are both enabled then NetSurf will choose libpng for PNGs, leaving # MNGs and JNGs to libmng. # Valid options: YES, NO -NETSURF_USE_PNG := NO +NETSURF_USE_PNG := YES # 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. -- cgit v1.2.3