xref: /OK3568_Linux_fs/buildroot/package/libpng/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBPNG
2	bool "libpng"
3	select BR2_PACKAGE_ZLIB
4	help
5	  Library for handling PNG (Portable Network Graphics)
6	  images.
7
8	  http://www.libpng.org/
9