xref: /OK3568_Linux_fs/buildroot/package/websocketpp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_WEBSOCKETPP
2*4882a593Smuzhiyun	bool "websocketpp"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
4*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  WebSocket++ is a header only C++ library that implements
7*4882a593Smuzhiyun	  RFC6455 The WebSocket Protocol. It allows integrating
8*4882a593Smuzhiyun	  WebSocket client and server functionality into C++ programs.
9*4882a593Smuzhiyun	  It uses interchangeable network transport modules including
10*4882a593Smuzhiyun	  one based on C++ iostreams and one based on Boost Asio.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  http://www.zaphoyd.com/websocketpp
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuncomment "websocketpp needs a toolchain w/ C++ and gcc >= 4.8"
15*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
16