Config.in 637 B

12345678910111213141516171819
  1. config BR2_PACKAGE_WVSTREAMS
  2. bool "wvstreams"
  3. depends on BR2_DEPRECATED_SINCE_2016_08
  4. depends on BR2_INSTALL_LIBSTDCPP
  5. depends on !BR2_STATIC_LIBS
  6. depends on BR2_USE_MMU # fork()
  7. # musl not supported and no upstream activity since 2011.
  8. depends on !BR2_TOOLCHAIN_USES_MUSL
  9. select BR2_PACKAGE_OPENSSL
  10. select BR2_PACKAGE_ZLIB
  11. help
  12. C++ Network Programming Library.
  13. http://wvstreams.googlecode.com/
  14. comment "wvstreams needs a glibc or uClibc toolchain w/ C++, dynamic library"
  15. depends on BR2_DEPRECATED_SINCE_2016_08
  16. depends on BR2_USE_MMU
  17. depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL