summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
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