diff options
Diffstat (limited to 'package/wvstreams/Config.in')
-rw-r--r-- | package/wvstreams/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
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 |