pulseaudio: add dependency on atomic operations
authorAnton Kolesov <anton.kolesov@synopsys.com>
Sun, 17 Aug 2014 19:29:48 +0000 (21:29 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 18 Aug 2014 09:00:07 +0000 (11:00 +0200)
This fixes:
http://autobuild.buildroot.net/results/d463f3bf730a600a07ed6cd33695bf45e9fd3540/

Signed-off-by: Anton Kolesov <Anton.Kolesov@synopsys.com>
[yann.morin.1998@free.fr: use the new symbol; remove comment strings]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gstreamer/gst-plugins-good/Config.in
package/gstreamer1/gst1-plugins-good/Config.in
package/mpd/Config.in
package/pulseaudio/Config.in

index 36b15a8c0164d9792233a1e48ae671bad9b9618c..3e2582032b65aca373e8d516a60abfe921c1c0fb 100644 (file)
@@ -209,9 +209,15 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_PULSE
        depends on BR2_TOOLCHAIN_HAS_THREADS # pulseaudio
        depends on BR2_LARGEFILE # pulseaudio -> libsndfile
        depends on BR2_USE_MMU # pulseaudio
+       depends on BR2_ARCH_HAS_ATOMICS # pulseaudio
        select BR2_PACKAGE_PULSEAUDIO
        bool "pulseaudio"
 
+comment "pulseaudio support needs a toolchain w/ largefile, threads"
+       depends on BR2_USE_MMU
+       depends on BR2_ARCH_HAS_ATOMICS
+       depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
+
 config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC
        bool "souphttpsrc (http client)"
        depends on BR2_USE_WCHAR # libsoup -> glib2
index f44690cd908d5ba6af1cb8edf32c02538c62d139..22980dcd34257f03f5f889085c070295cadb9583 100644 (file)
@@ -309,11 +309,17 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_PULSE
        depends on BR2_TOOLCHAIN_HAS_THREADS # pulseaudio
        depends on BR2_LARGEFILE # pulseaudio -> libsndfile
        depends on BR2_USE_MMU # pulseaudio
+       depends on BR2_ARCH_HAS_ATOMICS # pulseaudio
        select BR2_PACKAGE_PULSEAUDIO
        bool "pulseaudio"
        help
          PulseAudio plugin library
 
+comment "pulseaudio support needs a toolchain w/ largefile, threads"
+       depends on BR2_USE_MMU
+       depends on BR2_ARCH_HAS_ATOMICS
+       depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
+
 config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC
        bool "souphttpsrc (http client)"
        depends on BR2_USE_WCHAR # libsoup -> glib2
index f5f5b34dfab8c8231ee883213e627cc5a05558fb..b8a56b75ddad2095d73ce3ae698781db51ff2c7f 100644 (file)
@@ -45,11 +45,13 @@ config BR2_PACKAGE_MPD_AUDIOFILE
 config BR2_PACKAGE_MPD_PULSEAUDIO
        bool "pulseaudio"
        depends on BR2_LARGEFILE # pulseaudio -> libsndfile
+       depends on BR2_ARCH_HAS_ATOMICS # pulseaudio
        select BR2_PACKAGE_PULSEAUDIO
        help
          Enable pulseaudio output support.
 
 comment "pulseaudio support needs a toolchain w/ largefile"
+       depends on BR2_ARCH_HAS_ATOMICS
        depends on !BR2_LARGEFILE
 
 config BR2_PACKAGE_MPD_BZIP2
index ac6222c59ac145019081913ff668d7350bd792b4..4bf64c20673ec44caf59685800cc476b11b89834 100644 (file)
@@ -8,6 +8,7 @@ config BR2_PACKAGE_PULSEAUDIO
        select BR2_PACKAGE_SPEEX
        depends on BR2_LARGEFILE
        depends on BR2_USE_MMU # fork()
+       depends on BR2_ARCH_HAS_ATOMICS
        help
          PulseAudio is a sound system for POSIX OSes, meaning that it
          is a proxy for your sound applications. It allows you to do
@@ -32,4 +33,5 @@ endif
 
 comment "pulseaudio needs a toolchain w/ wchar, largefile, threads"
        depends on BR2_USE_MMU
+       depends on BR2_ARCH_HAS_ATOMICS
        depends on !BR2_USE_WCHAR || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS