1config BR2_PACKAGE_SOFIA_SIP 2 bool "sofia-sip" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 help 5 Sofia-SIP is an open-source SIP User-Agent library, 6 compliant with the IETF RFC3261 specification (see the 7 feature table). It can be used as a building block for SIP 8 client software for uses such as VoIP, IM, and many other 9 real-time and person-to-person communication services. 10 11 https://github.com/freeswitch/sofia-sip 12 13comment "sofia-sip needs a toolchain w/ threads" 14 depends on !BR2_TOOLCHAIN_HAS_THREADS 15