xref: /OK3568_Linux_fs/buildroot/package/bctoolbox/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_BCTOOLBOX
2*4882a593Smuzhiyun	bool "bctoolbox"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # exception_ptr
6*4882a593Smuzhiyun	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  Utilities library used by Belledonne Communications
9*4882a593Smuzhiyun	  softwares like belle-sip, mediastreamer2 and linphone.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  Select BR2_PACKAGE_MBEDTLS for crypto support.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  https://github.com/BelledonneCommunications/bctoolbox
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuncomment "bctoolbox needs a toolchain w/ C++, threads"
16*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
17*4882a593Smuzhiyun
18*4882a593Smuzhiyuncomment "bctoolbox needs a toolchain not affected by GCC bug 64735"
19*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
20