summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2008-09-15 20:23:02 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2008-09-15 20:23:02 +0000
commitd3270ed648c971b5708c84188e6d7ce184801468 (patch)
tree6ca2aa5596c1e405d2e1859bdc5e14524d5a89d9 /Makefile.config
parent5c9f7937f5b4779e903eb39385907f3f793a723e (diff)
downloadnetsurf-d3270ed648c971b5708c84188e6d7ce184801468.tar.gz
netsurf-d3270ed648c971b5708c84188e6d7ce184801468.tar.bz2
Add libpng support. Default to off.
svn path=/trunk/netsurf/; revision=5330
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config6
1 files changed, 6 insertions, 0 deletions
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