xref: /OK3568_Linux_fs/buildroot/package/curlpp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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