2013-05-14 19:45:59 +08:00
|
|
|
config BR2_PACKAGE_SNAPPY
|
|
|
|
bool "snappy"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
2017-12-18 16:21:05 +08:00
|
|
|
Snappy is a compression/decompression library. It does not
|
|
|
|
aim for maximum compression, or compatibility with any other
|
|
|
|
compression library; instead, it aims for very high speeds
|
|
|
|
and reasonable compression.
|
2013-05-14 19:45:59 +08:00
|
|
|
|
2017-03-03 13:40:39 +08:00
|
|
|
http://google.github.io/snappy/
|
2013-05-14 19:45:59 +08:00
|
|
|
|
2013-10-13 22:55:32 +08:00
|
|
|
comment "snappy needs a toolchain w/ C++"
|
2013-05-14 19:45:59 +08:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|