2013-04-25 01:19:01 +02:00
|
|
|
config BR2_PACKAGE_WVSTREAMS
|
|
|
|
bool "wvstreams"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2015-05-18 08:27:54 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2013-04-25 01:19:01 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2015-08-08 12:57:02 +02:00
|
|
|
# musl not supported and no upstream activity since 2011.
|
|
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
2013-04-25 01:19:01 +02:00
|
|
|
select BR2_PACKAGE_OPENSSL
|
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
help
|
|
|
|
C++ Network Programming Library.
|
|
|
|
|
|
|
|
http://wvstreams.googlecode.com/
|
|
|
|
|
2015-08-08 12:57:02 +02:00
|
|
|
comment "wvstreams needs a (e)glibc or uClibc toolchain w/ C++, dynamic library"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2015-08-08 12:57:02 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
|