The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / portaudio / Config.in
1 comment "portaudio needs a toolchain w/ threads"
2         depends on !BR2_TOOLCHAIN_HAS_THREADS
3
4 config BR2_PACKAGE_PORTAUDIO
5         bool "portaudio"
6         depends on BR2_TOOLCHAIN_HAS_THREADS
7         help
8           PortAudio is a free, cross-platform, open-source,
9           audio I/O library.
10
11           http://www.portaudio.com/
12
13 if BR2_PACKAGE_PORTAUDIO
14
15 config BR2_PACKAGE_PORTAUDIO_ALSA
16         bool "alsa support"
17         select BR2_PACKAGE_ALSA_LIB
18         default y
19         help
20           Compile with ALSA support.
21
22 config BR2_PACKAGE_PORTAUDIO_OSS
23         bool "oss support"
24         help
25           Compile with OSS support.
26
27 config BR2_PACKAGE_PORTAUDIO_CXX
28         bool "C++ bindings"
29         depends on BR2_INSTALL_LIBSTDCPP
30         help
31           Enables C++ bindings.
32
33 endif # BR2_PACKAGE_PORTAUDIO