summaryrefslogtreecommitdiff
path: root/package/libpng/Config.in
blob: c5f7c13a063384e4e25feaf70cc841e90640cf67 (plain)
1
2
3
4
5
6
7
8
9
10
config BR2_PACKAGE_LIBPNG
	bool "libpng"
	default n
	select BR2_PACKAGE_ZLIB
	select BR2_PACKAGE_PKGCONFIG
	help
	  Library for handling PNG (Portable Network Graphics)
	  images.

	  http://www.libpng.org/