Config.in 360 B

1234567891011121314
  1. config BR2_PACKAGE_JOSE
  2. bool "jose"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. select BR2_PACKAGE_ZLIB
  5. select BR2_PACKAGE_JANSSON
  6. select BR2_PACKAGE_OPENSSL
  7. help
  8. C-language implementation of Javascript Object Signing and
  9. Encryption.
  10. https://github.com/latchset/jose
  11. comment "jose needs a toolchain w/ threads"
  12. depends on !BR2_TOOLCHAIN_HAS_THREADS