jack2: needs C++ support
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 20 Apr 2014 17:59:27 +0000 (19:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 20 Apr 2014 17:59:27 +0000 (19:59 +0200)
Fixes:

  http://autobuild.buildroot.org/results/ede/ede17f2fdb9b5cd4b974ef820d95b0eba863c420/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/jack2/Config.in

index 4d451d0308aa499c6736e3054837b5cd6fcd0613..a1669ee5cc64b56f7479f260fd8334c72c103c20 100644 (file)
@@ -2,6 +2,7 @@ config BR2_PACKAGE_JACK2
        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
@@ -18,5 +19,6 @@ config BR2_PACKAGE_JACK2
 
          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