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