xref: /OK3568_Linux_fs/buildroot/package/belr/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_BELR
2*4882a593Smuzhiyun	bool "belr"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # bctoolbox
5*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # bctoolbox
6*4882a593Smuzhiyun	select BR2_PACKAGE_BCTOOLBOX
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  Belr is Belledonne Communications' language recognition
9*4882a593Smuzhiyun	  library, written in C++11. It parses text inputs formatted
10*4882a593Smuzhiyun	  according to a language defined by an ABNF grammar, such as
11*4882a593Smuzhiyun	  the protocols standardized at IETF.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  https://gitlab.linphone.org/BC/public/belr
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuncomment "belr needs a toolchain w/ threads, C++"
16*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
17*4882a593Smuzhiyun
18*4882a593Smuzhiyuncomment "belr needs a toolchain not affected by GCC bug 64735"
19*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
20