0cbe60aff6dff818aa562704e16b4e7e9a81c960
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / wvstreams / Config.in
1 config BR2_PACKAGE_WVSTREAMS
2         bool "wvstreams"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on !BR2_STATIC_LIBS
5         depends on BR2_USE_MMU # fork()
6         select BR2_PACKAGE_OPENSSL
7         select BR2_PACKAGE_ZLIB
8         help
9           C++ Network Programming Library.
10
11           http://wvstreams.googlecode.com/
12
13 comment "wvstreams needs a toolchain w/ C++, dynamic library"
14         depends on BR2_USE_MMU
15         depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS