summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-09-15 23:16:21 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-09-15 23:16:21 +0000
commit18fef974efa641c43bfbf962b1106afde1ab0957 (patch)
tree58b74e6a52e878b71d803f041390a51e739840c6 /Makefile.config
parent385d274f5b67a0db54929e204945fed129bc0730 (diff)
downloadnetsurf-18fef974efa641c43bfbf962b1106afde1ab0957.tar.gz
netsurf-18fef974efa641c43bfbf962b1106afde1ab0957.tar.bz2
Change default build to use libpng but not libmng.
svn path=/trunk/netsurf/; revision=5340
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config4
1 files 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.