Config.in 427 B

12345678910111213
  1. config 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. http://code.mrtazz.com/restclient-cpp/
  10. comment "restclient-cpp needs a toolchain w/ C++, gcc >= 4.8"
  11. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8