bool "jack2"
depends on BR2_LARGEFILE # libsndfile
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
+ depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_LIBSAMPLERATE
select BR2_PACKAGE_LIBSNDFILE
select BR2_PACKAGE_ALSA_LIB
http://jackaudio.org/
-comment "jack2 needs a toolchain w/ largefile and threads"
- depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
+comment "jack2 needs a toolchain w/ largefile, threads, C++"
+ depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || \
+ !BR2_INSTALL_LIBSTDCPP