Config.in 580 B

1234567891011121314151617181920212223
  1. config BR2_PACKAGE_NANOMSG
  2. bool "nanomsg"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. help
  5. nanomsg is a socket library that provides several common
  6. communication patterns. It aims to make the networking layer
  7. fast, scalable, and easy to use. Implemented in C, it works
  8. on a wide range of operating systems with no further
  9. dependencies.
  10. http://nanomsg.org/
  11. if BR2_PACKAGE_NANOMSG
  12. config BR2_PACKAGE_NANOMSG_TOOLS
  13. bool "Build nanomsg tools"
  14. help
  15. Build nanomsg tools
  16. endif
  17. comment "nanomsg needs a toolchain w/ threads"
  18. depends on !BR2_TOOLCHAIN_HAS_THREADS