diff options
Diffstat (limited to 'openwrt/package/libpng/Config.in')
-rw-r--r-- | openwrt/package/libpng/Config.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/openwrt/package/libpng/Config.in b/openwrt/package/libpng/Config.in index 4972ec46a..59ba4579f 100644 --- a/openwrt/package/libpng/Config.in +++ b/openwrt/package/libpng/Config.in @@ -1,6 +1,10 @@ config BR2_PACKAGE_LIBPNG - tristate "libpng" + tristate "libpng - PNG (Portable Network Graphics) format files handling library" default m if CONFIG_DEVEL select BR2_PACKAGE_ZLIB help A library for reading/writing PNG files + + http://www.libpng.org/pub/png/libpng.html + + |