summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-09-16 18:03:17 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-09-16 18:03:17 +0000
commit6456b84249d746b99091cc56b30d1f892f48f1da (patch)
tree6ee4e73ce962765f1aa4fdbbd5294d1536e90ca1
parent31127a130fcdb235119102766dd52a09b080e978 (diff)
downloadnetsurf-6456b84249d746b99091cc56b30d1f892f48f1da.tar.gz
netsurf-6456b84249d746b99091cc56b30d1f892f48f1da.tar.bz2
Make libmng string mention all formats it can support.
svn path=/trunk/netsurf/; revision=5354
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 97d133fa7..ea82b4f6f 100644
--- a/Makefile
+++ b/Makefile
@@ -230,7 +230,7 @@ define pkg_config_find_and_add
endef
$(eval $(call feature_enabled,JPEG,-DWITH_JPEG,-ljpeg,JPEG support))
-$(eval $(call feature_enabled,MNG,-DWITH_MNG,-lmng,MNG support))
+$(eval $(call feature_enabled,MNG,-DWITH_MNG,-lmng,JNG/MNG/PNG support))
$(eval $(call feature_enabled,HARU_PDF,-DWITH_PDF_EXPORT,-lhpdf -lpng,PDF export))
$(eval $(call feature_enabled,LIBICONV_PLUG,-DLIBICONV_PLUG,,glibc internal iconv))