1config BR2_PACKAGE_RESTCLIENT_CPP 2 bool "restclient-cpp" 3 depends on BR2_INSTALL_LIBSTDCPP 4 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11 5 select BR2_PACKAGE_LIBCURL 6 help 7 restclient-cpp is a C++ client library for 8 making HTTP/REST requests 9 10 http://code.mrtazz.com/restclient-cpp/ 11 12comment "restclient-cpp needs a toolchain w/ C++, gcc >= 4.8" 13 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 14