From d3270ed648c971b5708c84188e6d7ce184801468 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 15 Sep 2008 20:23:02 +0000 Subject: Add libpng support. Default to off. svn path=/trunk/netsurf/; revision=5330 --- Makefile.config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.config') diff --git a/Makefile.config b/Makefile.config index 8c5946e2a..827ae5ed1 100644 --- a/Makefile.config +++ b/Makefile.config @@ -25,6 +25,12 @@ NETSURF_USE_JPEG := YES # Valid options: YES, NO NETSURF_USE_MNG := YES +# 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 + # 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. # Valid options: YES, NO -- cgit v1.2.3