1*4882a593Smuzhiyunconfig BR2_PACKAGE_BELLE_SIP 2*4882a593Smuzhiyun bool "belle-sip" 3*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP 4*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # dlfcn.h 5*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 6*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # bctoolbox 7*4882a593Smuzhiyun depends on BR2_USE_WCHAR 8*4882a593Smuzhiyun select BR2_PACKAGE_BCTOOLBOX 9*4882a593Smuzhiyun # needs crypto support in bctoolbox 10*4882a593Smuzhiyun select BR2_PACKAGE_MBEDTLS 11*4882a593Smuzhiyun help 12*4882a593Smuzhiyun Belle-sip is a modern library implementing SIP (RFC 3261) 13*4882a593Smuzhiyun transport, transaction and dialog layers. 14*4882a593Smuzhiyun 15*4882a593Smuzhiyun http://www.linphone.org/technical-corner/belle-sip 16*4882a593Smuzhiyun 17*4882a593Smuzhiyuncomment "belle-sip needs a toolchain w/ threads, C++, dynamic library, wchar" 18*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \ 19*4882a593Smuzhiyun !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR 20*4882a593Smuzhiyun 21*4882a593Smuzhiyuncomment "belle-sip needs a toolchain not affected by GCC bug 64735" 22*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735 23