From 6456b84249d746b99091cc56b30d1f892f48f1da Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 16 Sep 2008 18:03:17 +0000 Subject: Make libmng string mention all formats it can support. svn path=/trunk/netsurf/; revision=5354 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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)) -- cgit v1.2.3