Config.in 446 B

12345678910111213
  1. config BR2_PACKAGE_LIBPJSIP
  2. bool "libpjsip"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. help
  6. PJSIP is a free and open source multimedia communication
  7. library written in C language implementing standard based
  8. protocols such as: SIP, SDP, RTP, STUN, TURN, and ICE.
  9. http://www.pjsip.org
  10. comment "libpjsip needs a toolchain w/ C++, threads"
  11. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS