From 3cc823d4be81fa41b2d0b5ada494f2c2001caf32 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 11 Dec 2012 00:39:00 +0000 Subject: ortp: requires threads Fixes http://autobuild.buildroot.net/results/4252c2f0f85c27af0d814d8c9a4a5b4d74f4dac1/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/ortp/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/ortp/Config.in') diff --git a/package/ortp/Config.in b/package/ortp/Config.in index 39d9c9a3a..ab9cab467 100644 --- a/package/ortp/Config.in +++ b/package/ortp/Config.in @@ -1,6 +1,10 @@ config BR2_PACKAGE_ORTP bool "oRTP" + depends on BR2_TOOLCHAIN_HAS_THREADS help oRTP, a Real-time Transport Protocol (RTP,RFC3550) library http://www.linphone.org/eng/documentation/dev/ortp.html + +comment "ortp requires a toolchain with threads support" + depends on !BR2_TOOLCHAIN_HAS_THREADS -- cgit v1.2.3