Move all to deprecated folder.
This commit is contained in:
17
deprecated/firmware/buildroot/package/wvstreams/Config.in
Normal file
17
deprecated/firmware/buildroot/package/wvstreams/Config.in
Normal file
@@ -0,0 +1,17 @@
|
||||
config BR2_PACKAGE_WVSTREAMS
|
||||
bool "wvstreams"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on BR2_USE_MMU # fork()
|
||||
# musl not supported and no upstream activity since 2011.
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
C++ Network Programming Library.
|
||||
|
||||
http://wvstreams.googlecode.com/
|
||||
|
||||
comment "wvstreams needs a (e)glibc or uClibc toolchain w/ C++, dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || BR2_TOOLCHAIN_USES_MUSL
|
||||
Reference in New Issue
Block a user