diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-03 23:03:05 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-03 23:03:05 +0200 |
commit | 1e32e0700a0f7f2ffa42a943871d1b4428711bb2 (patch) | |
tree | 3ca9eb73f0f5d599895e64d3831426847d120903 /package/zlib/Config.in | |
parent | 7c1c71f91913827bb8558e1ad9ba96ccad2837f1 (diff) |
zlib: remove dedicated target-headers option
Instead, simply only copy headers/static lib if BR2_HAVE_DEVFILES
is enabled.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/zlib/Config.in')
-rw-r--r-- | package/zlib/Config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package/zlib/Config.in b/package/zlib/Config.in index eeda15e16..895421424 100644 --- a/package/zlib/Config.in +++ b/package/zlib/Config.in @@ -5,9 +5,3 @@ config BR2_PACKAGE_ZLIB gzip and libpng. http://www.gzip.org/zlib/ - -config BR2_PACKAGE_ZLIB_TARGET_HEADERS - bool "zlib headers in target" - depends on BR2_PACKAGE_ZLIB - help - Put headers files in the target. |