|
@@ -309,11 +309,17 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_PULSE
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # pulseaudio
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # pulseaudio
|
|
depends on BR2_LARGEFILE # pulseaudio -> libsndfile
|
|
depends on BR2_LARGEFILE # pulseaudio -> libsndfile
|
|
depends on BR2_USE_MMU # pulseaudio
|
|
depends on BR2_USE_MMU # pulseaudio
|
|
|
|
+ depends on BR2_ARCH_HAS_ATOMICS # pulseaudio
|
|
select BR2_PACKAGE_PULSEAUDIO
|
|
select BR2_PACKAGE_PULSEAUDIO
|
|
bool "pulseaudio"
|
|
bool "pulseaudio"
|
|
help
|
|
help
|
|
PulseAudio plugin library
|
|
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
|
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC
|
|
bool "souphttpsrc (http client)"
|
|
bool "souphttpsrc (http client)"
|
|
depends on BR2_USE_WCHAR # libsoup -> glib2
|
|
depends on BR2_USE_WCHAR # libsoup -> glib2
|