portaudio: needs threads
authorgilles.talis@gmail.com <gilles.talis@gmail.com>
Wed, 22 May 2013 14:24:05 +0000 (14:24 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 23 May 2013 20:36:35 +0000 (22:36 +0200)
Fixes:
http://autobuild.buildroot.org/results/ba2/ba2d3832cb6838b2126e0f7db223305eab579d59

[Peter: move above so sub options gets properly indented]
Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/portaudio/Config.in

index df884a7f70ba45f7c81385813c6c24af24fabcf1..5a8f248ffcac988e5a1bbe4f5e22891d668c7447 100644 (file)
@@ -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.