summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-rw-r--r--windows/Makefile.defaults3
-rw-r--r--windows/Makefile.target1
2 files changed, 0 insertions, 4 deletions
diff --git a/windows/Makefile.defaults b/windows/Makefile.defaults
index 68fb7af66..10c9abbf7 100644
--- a/windows/Makefile.defaults
+++ b/windows/Makefile.defaults
@@ -14,9 +14,6 @@
# Valid options: YES, NO
NETSURF_USE_LIBICONV_PLUG := NO
- # mng support does not currently build on windows
- NETSURF_USE_MNG := NO
-
# no pdf support
NETSURF_USE_HARU_PDF := NO
diff --git a/windows/Makefile.target b/windows/Makefile.target
index 1cdb4a61a..cad28b575 100644
--- a/windows/Makefile.target
+++ b/windows/Makefile.target
@@ -16,7 +16,6 @@ $(eval $(call feature_enabled,BMP,-DWITH_BMP,-lnsbmp,BMP (libnsbmp)))
$(eval $(call feature_enabled,GIF,-DWITH_GIF,-lnsgif,GIF (libnsgif)))
$(eval $(call feature_enabled,PNG,-DWITH_PNG,-lpng,PNG (libpng) ))
$(eval $(call feature_enabled,NSSVG,-DWITH_NS_SVG,-lsvgtiny,SVG (libsvgtiny)))
-$(eval $(call feature_enabled,MNG,,-llcms -ljpeg,PNG/JNG/MNG (libmng)))
ifneq ($(PKG_CONFIG),)
$(eval $(call pkg_config_find_and_add,zlib,ZLib))