Commit a45b0194 authored by gilles.talis@gmail.com's avatar gilles.talis@gmail.com Committed by Peter Korsgaard
Browse files

portaudio: needs threads

Fixes:
http://autobuild.buildroot.org/results/ba2/ba2d3832cb6838b2126e0f7db223305eab579d59



[Peter: move above so sub options gets properly indented]
Signed-off-by: default avatarGilles Talis <gilles.talis@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent f937306e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
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.