projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
build asterisk correctly with DEVELOPER=1 and not all config options enabled
[openwrt.git]
/
openwrt
/
package
/
libpng
/
Config.in
diff --git
a/openwrt/package/libpng/Config.in
b/openwrt/package/libpng/Config.in
index
4972ec4
..
59ba457
100644
(file)
--- a/
openwrt/package/libpng/Config.in
+++ b/
openwrt/package/libpng/Config.in
@@
-1,6
+1,10
@@
config BR2_PACKAGE_LIBPNG
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
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
+
+
This page took
0.023761 seconds
and
4
git commands to generate.