Config.in 523 B

12345678910111213141516
  1. config BR2_PACKAGE_LIBWEBSOCK
  2. bool "libwebsock"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. select BR2_PACKAGE_LIBEVENT
  5. help
  6. C library for easy WebSockets servers.
  7. This library allows a developer to quickly develop WebSocket
  8. servers by focusing on the actual logic of your WebSocket
  9. implementation instead of the details of the WebSocket
  10. protocol or even specifics of C sockets.
  11. https://github.com/payden/libwebsock
  12. comment "libwebsock needs a toolchain w/ threads"
  13. depends on !BR2_TOOLCHAIN_HAS_THREADS