Config.in 319 B

123456789101112
  1. config 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. http://www.curlpp.org/
  9. comment "curlpp needs a toolchain w/ C++, dynamic library"
  10. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS