Config.in 316 B

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