Config.in 414 B

12345678910111213
  1. config BR2_PACKAGE_SNAPPY
  2. bool "snappy"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. help
  5. Snappy is a compression/decompression library. It does not
  6. aim for maximum compression, or compatibility with any other
  7. compression library; instead, it aims for very high speeds
  8. and reasonable compression.
  9. http://google.github.io/snappy/
  10. comment "snappy needs a toolchain w/ C++"
  11. depends on !BR2_INSTALL_LIBSTDCPP