git: fix build with with no threads
[buildroot-gz.git] / package / libpjsip / Config.in
blob727d2ec3d06c1dae8f4630bd9efc498b9086692d
1 config BR2_PACKAGE_LIBPJSIP
2         bool "libpjsip"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         select BR2_PACKAGE_LIBSRTP
6         help
7           PJSIP is a free and open source multimedia communication
8           library written in C language implementing standard based
9           protocols such as: SIP, SDP, RTP, STUN, TURN, and ICE.
11           http://www.pjsip.org
13 comment "libpjsip needs a toolchain w/ C++, threads"
14         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS