2013-04-25 01:19:01 +02:00
|
|
|
config BR2_PACKAGE_WVSTREAMS
|
|
|
|
bool "wvstreams"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
depends on BR2_USE_MMU # fork()
|
2015-04-05 17:34:43 +02:00
|
|
|
# toolchain lacks program_invocation_*
|
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC_2014_12
|
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-03-30 23:07:30 +02:00
|
|
|
comment "wvstreams needs a toolchain w/ C++"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2015-03-30 23:07:30 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
2015-04-05 17:34:43 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC_2014_12
|