xref: /OK3568_Linux_fs/buildroot/package/paho-mqtt-cpp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_PAHO_MQTT_CPP
2*4882a593Smuzhiyun	bool "paho-mqtt-cpp"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # std::future
5*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
6*4882a593Smuzhiyun	select BR2_PACKAGE_PAHO_MQTT_C
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  MQTT client C++ library
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  https://eclipse.org/paho/clients/cpp/
11*4882a593Smuzhiyun
12*4882a593Smuzhiyuncomment "paho-mqtt-cpp needs a toolchain w/ threads, C++"
13*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
14*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735
15*4882a593Smuzhiyun
16*4882a593Smuzhiyuncomment "paho-mqtt-cpp needs a toolchain not affected by GCC bug 64735"
17*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
18