]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
shairport-sync: requires C++
authorBaruch Siach <baruch@tkos.co.il>
Wed, 29 Mar 2017 19:09:31 +0000 (22:09 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 29 Mar 2017 19:53:16 +0000 (21:53 +0200)
Fixes:
http://autobuild.buildroot.net/results/122/122d6cedf0205e8db27d498d6a2a839e11e7b6f2/
http://autobuild.buildroot.net/results/bef/bef5fb328e6688107496cb213d8aeeca527abf03/

Cc: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/shairport-sync/Config.in

index d70121b9fd782b0cfdaf353bbce35c8d9b980f79..c2a5565402d60451e520dba9fa00ff760958f2ac 100644 (file)
@@ -2,6 +2,7 @@ config BR2_PACKAGE_SHAIRPORT_SYNC
        bool "shairport-sync"
        depends on BR2_USE_MMU # libdaemon
        depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
+       depends on BR2_INSTALL_LIBSTDCPP
        select BR2_PACKAGE_ALSA_LIB
        select BR2_PACKAGE_ALSA_LIB_MIXER
        select BR2_PACKAGE_LIBCONFIG
@@ -34,6 +35,6 @@ config BR2_PACKAGE_SHAIRPORT_SYNC_LIBSOXR
 
 endif
 
-comment "shairport-sync needs a toolchain w/ NPTL"
+comment "shairport-sync needs a toolchain w/ C++, NPTL"
        depends on BR2_USE_MMU
-       depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
+       depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL