mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
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 <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
f937306ead
commit
a45b0194ef
@ -1,5 +1,9 @@
|
|||||||
|
comment "portaudio needs a toolchain threads support"
|
||||||
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
config BR2_PACKAGE_PORTAUDIO
|
config BR2_PACKAGE_PORTAUDIO
|
||||||
bool "portaudio"
|
bool "portaudio"
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
help
|
help
|
||||||
PortAudio is a free, cross-platform, open-source,
|
PortAudio is a free, cross-platform, open-source,
|
||||||
audio I/O library.
|
audio I/O library.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user