diff options
Diffstat (limited to 'package/ortp/Config.in')
-rw-r--r-- | package/ortp/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 |