1 config BR2_PACKAGE_BCTOOLBOX
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_TOOLCHAIN_HAS_THREADS
6 Utilities library used by Belledonne Communications
7 softwares like belle-sip, mediastreamer2 and linphone.
9 Select BR2_PACKAGE_MBEDTLS for crypto support.
11 https://github.com/BelledonneCommunications/bctoolbox
13 comment "bctoolbox needs a toolchain w/ C++, threads"
14 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS