2005-05-05 00:05:13 +00:00
|
|
|
config BR2_PACKAGE_LIBPNG
|
2005-11-05 02:16:36 +00:00
|
|
|
prompt "libpng............................ PNG (Portable Network Graphics) format files handling library"
|
|
|
|
tristate
|
2005-05-05 00:05:13 +00:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
help
|
|
|
|
A library for reading/writing PNG files
|
2005-05-19 16:49:23 +00:00
|
|
|
|
|
|
|
http://www.libpng.org/pub/png/libpng.html
|
|
|
|
|