mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-14 14:42:12 +00:00
Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
config BR2_PACKAGE_WVSTREAMS
|
|
bool "wvstreams"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_ZLIB
|
|
help
|
|
C++ Network Programming Library.
|
|
|
|
http://wvstreams.googlecode.com/
|
|
|
|
comment "wvstreams requires a toolchain with C++ support enabled"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|