2013-04-25 01:19:01 +02:00
|
|
|
config BR2_PACKAGE_WVSTREAMS
|
|
|
|
bool "wvstreams"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2013-05-28 13:17:20 +02:00
|
|
|
depends on BR2_LARGEFILE
|
2013-04-25 01:19:01 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
select BR2_PACKAGE_OPENSSL
|
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
help
|
|
|
|
C++ Network Programming Library.
|
|
|
|
|
|
|
|
http://wvstreams.googlecode.com/
|
|
|
|
|
2013-05-28 13:17:20 +02:00
|
|
|
comment "wvstreams requires a toolchain with C++ and largefile support enabled"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE
|