1b51de17515256573a9e27029e23c07d7f708474
[15.05/openwrt.git] / package / libpng / Config.in
1 config BR2_PACKAGE_LIBPNG
2         prompt "libpng............................ PNG (Portable Network Graphics) format files handling library"
3         tristate
4         default m if CONFIG_DEVEL
5         select BR2_PACKAGE_ZLIB
6         help
7           A library for reading/writing PNG files
8           
9           http://www.libpng.org/pub/png/libpng.html
10