Config.in 518 B

1234567891011121314
  1. config 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. https://github.com/freeswitch/sofia-sip
  11. comment "sofia-sip needs a toolchain w/ threads"
  12. depends on !BR2_TOOLCHAIN_HAS_THREADS