summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index 5acb2a071..415ae3de3 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -157,6 +157,10 @@ ifeq ($(TARGET),amiga)
# Valid options: YES, NO, AUTO
NETSURF_USE_ROSPRITE := YES
+ # Enable NetSurf's use of libmng for displaying MNGs and PNGs
+ # Valid options: YES, NO
+ NETSURF_USE_MNG := YES
+
# Enable using Hubbub to parse HTML rather than libxml2
# Valid options: YES, NO, AUTO
NETSURF_USE_HUBBUB := YES