fontconfig: needs host-gperf
[buildroot-gz.git] / package / ortp / Config.in
blob788eaf4bbb2367dbaec1fcf8ce25f7e081cdcbe3
1 config BR2_PACKAGE_ORTP
2         bool "oRTP"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         select BR2_PACKAGE_BCTOOLBOX
6         help
7           oRTP, a Real-time Transport Protocol (RTP,RFC3550) library
9           http://www.linphone.org/eng/documentation/dev/ortp.html
11 comment "ortp needs a toolchain w/ C++, threads"
12         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS