1config BR2_PACKAGE_CURLPP 2 bool "curlpp" 3 depends on BR2_INSTALL_LIBSTDCPP 4 depends on !BR2_STATIC_LIBS 5 select BR2_PACKAGE_LIBCURL 6 help 7 cURLpp is a C++ wrapper for libcURL. 8 9 http://www.curlpp.org/ 10 11comment "curlpp needs a toolchain w/ C++, dynamic library" 12 depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS 13