Config.in 387 B

123456789101112
  1. config 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. https://gitlab.matrix.org/matrix-org/olm
  9. comment "libolm needs a toolchain w/ C++, gcc >= 4.8"
  10. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8