1config BR2_PACKAGE_LIBOLM 2 bool "libolm" 3 depends on BR2_INSTALL_LIBSTDCPP 4 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11 5 help 6 libolm is an implementation of the Double Ratchet 7 cryptographic ratchet in C++ 8 9 https://gitlab.matrix.org/matrix-org/olm 10 11comment "libolm needs a toolchain w/ C++, gcc >= 4.8" 12 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 13