blob: 5b85ff7e484cbf8b7441fa991ecd8d1a0df11dc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config BR2_PACKAGE_ZLIB
bool "zlib"
default n
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"
default n
depends on BR2_PACKAGE_ZLIB
help
Put headers files in the target.
|