blob: 3d2d8f42921ee0089f31a56572ee889971f5882d [file] [log] [blame]
config BR2_PACKAGE_WVSTREAMS
bool "wvstreams"
depends on BR2_INSTALL_LIBSTDCPP
depends on !BR2_STATIC_LIBS
depends on BR2_USE_MMU # fork()
# musl not supported and no upstream activity since 2011.
depends on !BR2_TOOLCHAIN_USES_MUSL
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_ZLIB
help
C++ Network Programming Library.
http://wvstreams.googlecode.com/
comment "wvstreams needs a glibc or uClibc toolchain w/ C++, dynamic library"
depends on BR2_USE_MMU
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL