update to latest available upstream version
[openadk.git] / package / zlib / Config.in
blob2d4be8d8d0ff6e6f1db195d699d15f0fef540d2e
1 config ADK_PACKAGE_ZLIB
2         prompt "zlib.............................. Library implementing the deflate compression method"
3         tristate
4         default n
5         help
6           A library implementing the 'deflate' compression method
7           
8           http://www.zlib.net/
10 config ADK_PACKAGE_ZLIB_DEV
11         prompt "zlib-dev........................ Zlib development files"
12         tristate
13         depends on ADK_PACKAGE_ZLIB
14         default n
15         help
16           A library implementing the 'deflate' compression method
17           http://www.zlib.net/