blob: 30707347b27195a347f1a0feda6138aec71b5316 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
config BR2_PACKAGE_ZLIB
bool "zlib"
help
Standard (de)compression library. Used by things like
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.
|