buildroot/package/zlib/Config.in

16 lines
316 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_ZLIB
2004-10-14 22:33:45 +02:00
bool "zlib"
2004-10-09 08:13:40 +02:00
default n
help
2004-10-14 22:33:45 +02:00
Standard (de)compression library. Used by things like
gzip and libpng.
2004-10-09 08:13:40 +02:00
2004-10-14 22:33:45 +02:00
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.