board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / bctoolbox / Config.in
blob048d01282cd434b6504f0aa6ac4665b3ba57dc5c
1 config BR2_PACKAGE_BCTOOLBOX
2         bool "bctoolbox"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         help
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