summaryrefslogtreecommitdiff
path: root/Makefile.config.example
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-01-04 17:07:11 +0000
committerVincent Sanders <vince@kyllikki.org>2014-01-04 17:07:11 +0000
commitf7916866e3e4a81a2ba69d75b04ee6c45673429e (patch)
tree26da28cc369c93b376e1c39a6cd5bf19746b6cbc /Makefile.config.example
parent5a408069c95674bc6e591d0f3a65d3d810746a0f (diff)
downloadnetsurf-f7916866e3e4a81a2ba69d75b04ee6c45673429e.tar.gz
netsurf-f7916866e3e4a81a2ba69d75b04ee6c45673429e.tar.bz2
remove all references to using libMNG
Diffstat (limited to 'Makefile.config.example')
-rw-r--r--Makefile.config.example7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.config.example b/Makefile.config.example
index a142d4610..8737e5372 100644
--- a/Makefile.config.example
+++ b/Makefile.config.example
@@ -8,10 +8,9 @@
# To see the available config options, look at Makefile.defaults, but make any
# alterations in your Makefile.config
-
-### To enable/disable MNG support, uncomment the appropriate line below.
-# override NETSURF_USE_MNG := YES
-# override NETSURF_USE_MNG := NO
+### To enable/disable PNG support, uncomment the appropriate line below.
+# override NETSURF_USE_PNG := YES
+# override NETSURF_USE_PNG := NO
### To enable/disable SVGTiny support, uncomment the appropriate line below.
# override NETSURF_USE_NSSVG := YES