Make libmng string mention all formats it can support.

svn path=/trunk/netsurf/; revision=5354
This commit is contained in:
Michael Drake 2008-09-16 18:03:17 +00:00
parent 31127a130f
commit 6456b84249
1 changed files with 1 additions and 1 deletions

View File

@ -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))