summaryrefslogtreecommitdiffstats
path: root/rules/libpng.in
blob: daa2d76889e98db425a91d4f8ff2a3daf68457a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=system_libraries

config LIBPNG
	tristate
	prompt "libpng"
	select ZLIB
	select LIBC_M
	help
	  libpng is the official PNG reference library.
	  It supports almost all PNG features, is extensible,
	  and has been extensively tested for over 12 years.