2
1

Config.in 293 B

12345678910111213
  1. config BR2_PACKAGE_ZLIB
  2. bool "zlib"
  3. help
  4. Standard (de)compression library. Used by things like
  5. gzip and libpng.
  6. http://www.gzip.org/zlib/
  7. config BR2_PACKAGE_ZLIB_TARGET_HEADERS
  8. bool "zlib headers in target"
  9. depends on BR2_PACKAGE_ZLIB
  10. help
  11. Put headers files in the target.