From: gilles.talis@gmail.com Date: Wed, 22 May 2013 14:24:05 +0000 (+0000) Subject: portaudio: needs threads X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a45b0194ef4265adee5f2b26dbe2af38a020728a;p=buildroot.git portaudio: needs threads Fixes: http://autobuild.buildroot.org/results/ba2/ba2d3832cb6838b2126e0f7db223305eab579d59 [Peter: move above so sub options gets properly indented] Signed-off-by: Gilles Talis Signed-off-by: Peter Korsgaard --- diff --git a/package/portaudio/Config.in b/package/portaudio/Config.in index df884a7f70..5a8f248ffc 100644 --- a/package/portaudio/Config.in +++ b/package/portaudio/Config.in @@ -1,5 +1,9 @@ +comment "portaudio needs a toolchain threads support" + depends on !BR2_TOOLCHAIN_HAS_THREADS + config BR2_PACKAGE_PORTAUDIO bool "portaudio" + depends on BR2_TOOLCHAIN_HAS_THREADS help PortAudio is a free, cross-platform, open-source, audio I/O library.