git: fix build with with no threads
[buildroot-gz.git] / package / snappy / Config.in
blobd5f70699c102025070c9f5765145420507a67a1e
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 aim for
6           maximum compression, or compatibility with any other compression
7           library; instead, it aims for very high speeds and reasonable
8           compression.
10           http://google.github.io/snappy/
12 comment "snappy needs a toolchain w/ C++"
13         depends on !BR2_INSTALL_LIBSTDCPP