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 / jack2 / Config.in
1 config BR2_PACKAGE_JACK2
2         bool "jack2"
3         depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
4         depends on BR2_USE_MMU # fork()
5         depends on BR2_INSTALL_LIBSTDCPP
6         depends on BR2_ARCH_HAS_ATOMICS
7         depends on !BR2_STATIC_LIBS
8         select BR2_PACKAGE_LIBSAMPLERATE
9         select BR2_PACKAGE_LIBSNDFILE
10         select BR2_PACKAGE_ALSA_LIB
11         select BR2_PACKAGE_ALSA_LIB_HWDEP
12         select BR2_PACKAGE_ALSA_LIB_SEQ
13         select BR2_PACKAGE_ALSA_LIB_RAWMIDI
14         help
15           JACK Audio Connection Kit (server and example clients).
16
17           JACK is a low-latency sound server, allowing multiple
18           applications to connect to one audio device, and to share
19           audio between themselves. This package contains the daemon
20           jackd as well as some example clients.
21
22           http://jackaudio.org/
23
24 comment "jack2 needs a toolchain w/ threads, C++, dynamic library"
25         depends on BR2_USE_MMU
26         depends on BR2_ARCH_HAS_ATOMICS
27         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP || \
28                 BR2_STATIC_LIBS