wvdial: remove deprecated package
[buildroot-gz.git] / package / wvstreams / Config.in
bloba550c57b9671055ae20de0c934a909bd7b6d404b
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.
14           http://wvstreams.googlecode.com/
16 comment "wvstreams needs a glibc or uClibc toolchain w/ C++, dynamic library"
17         depends on BR2_DEPRECATED_SINCE_2016_08
18         depends on BR2_USE_MMU
19         depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL