]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/ustream-ssl/Config.in
log4cplus: add C++11 dependencies
[coffee/buildroot.git] / package / ustream-ssl / Config.in
1 config BR2_PACKAGE_USTREAM_SSL
2         bool "ustream-ssl"
3         depends on !BR2_STATIC_LIBS #libubox
4         select BR2_PACKAGE_LIBUBOX
5         select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_MBEDTLS
6         help
7           ustream SSL wrapper
8
9           https://git.openwrt.org/?p=project/ustream-ssl.git;a=summary
10
11 comment "ustream-ssl needs a toolchain w/ dynamic library"
12         depends on BR2_STATIC_LIBS