summaryrefslogtreecommitdiffstats
path: root/package/curlpp/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/curlpp/Config.in')
-rw-r--r--package/curlpp/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/curlpp/Config.in b/package/curlpp/Config.in
new file mode 100644
index 0000000000..a23e5d939b
--- /dev/null
+++ b/package/curlpp/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_CURLPP
+ bool "curlpp"
+ depends on BR2_INSTALL_LIBSTDCPP
+ depends on !BR2_STATIC_LIBS
+ select BR2_PACKAGE_LIBCURL
+ help
+ cURLpp is a C++ wrapper for libcURL.
+
+ http://www.curlpp.org/
+
+comment "curlpp needs a toolchain w/ C++, dynamic library"
+ depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
OpenPOWER on IntegriCloud