summaryrefslogtreecommitdiff
path: root/package/zlib/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-28 21:35:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-28 21:35:19 +0200
commitc79befcc1a0791df92460439f933843661db82e2 (patch)
tree0aaad0895c07007617b9a4c4ef38b59d38a91a1c /package/zlib/Config.in
parent89a213bd0f0290c66cdf952d5ea5f089cd56d1e9 (diff)
add more packages needed for native builds
- add bison,flex,diffutils,autoconf,automake,libtool,m4,gperf - add {glibc,eglibc,uclibc}-dev packages - add libz/libncurses development packages - add PKG_OPTS to setup special options for packages noremove is needed for uclibc/eglibc/glibc packages, otherwise needed headers will be removed slightly tested, still in development
Diffstat (limited to 'package/zlib/Config.in')
-rw-r--r--package/zlib/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/zlib/Config.in b/package/zlib/Config.in
index 5c5698815..2d4be8d8d 100644
--- a/package/zlib/Config.in
+++ b/package/zlib/Config.in
@@ -7,3 +7,13 @@ config ADK_PACKAGE_ZLIB
http://www.zlib.net/
+config ADK_PACKAGE_ZLIB_DEV
+ prompt "zlib-dev........................ Zlib development files"
+ tristate
+ depends on ADK_PACKAGE_ZLIB
+ default n
+ help
+ A library implementing the 'deflate' compression method
+ http://www.zlib.net/
+
+