18 lines
555 B
Plaintext
18 lines
555 B
Plaintext
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
|