OpenVoiceOS/buildroot-external/package/farmhash/Config.in

13 lines
337 B
Plaintext

config BR2_PACKAGE_FARMHASH
bool "farmhash"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
help
FarmHash, a family of hash functions.
https://github.com/google/farmhash
comment "farmhash needs a toolchain w/ C++11"
depends on !BR2_INSTALL_LIBSTDCPP || \
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8