1config 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 10 http://google.github.io/snappy/ 11 12comment "snappy needs a toolchain w/ C++" 13 depends on !BR2_INSTALL_LIBSTDCPP 14