2013-05-14 13:45:59 +02:00
|
|
|
config BR2_PACKAGE_SNAPPY
|
|
|
|
bool "snappy"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
|
|
|
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.
|
|
|
|
|
|
|
|
http://code.google.com/p/snappy/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "snappy needs a toolchain w/ C++"
|
2013-05-14 13:45:59 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|