From 44a2eff85bffa73be8cf9fe81859844d49bc6dce Mon Sep 17 00:00:00 2001 From: Simon Dawson Date: Wed, 24 Apr 2013 23:19:01 +0000 Subject: wvstreams: new package Signed-off-by: Simon Dawson Signed-off-by: Peter Korsgaard --- package/wvstreams/Config.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/wvstreams/Config.in (limited to 'package/wvstreams/Config.in') diff --git a/package/wvstreams/Config.in b/package/wvstreams/Config.in new file mode 100644 index 000000000..c39ec33a0 --- /dev/null +++ b/package/wvstreams/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_WVSTREAMS + bool "wvstreams" + depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_USE_MMU # fork() + select BR2_PACKAGE_OPENSSL + select BR2_PACKAGE_ZLIB + help + C++ Network Programming Library. + + http://wvstreams.googlecode.com/ + +comment "wvstreams requires a toolchain with C++ support enabled" + depends on !BR2_INSTALL_LIBSTDCPP -- cgit v1.2.3