|
@@ -313,6 +313,7 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_PULSE
|
|
depends on BR2_USE_MMU # pulseaudio
|
|
depends on BR2_USE_MMU # pulseaudio
|
|
depends on BR2_ARCH_HAS_ATOMICS # pulseaudio
|
|
depends on BR2_ARCH_HAS_ATOMICS # pulseaudio
|
|
depends on !BR2_STATIC_LIBS # pulseaudio
|
|
depends on !BR2_STATIC_LIBS # pulseaudio
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pulseaudio -> json-c
|
|
select BR2_PACKAGE_PULSEAUDIO
|
|
select BR2_PACKAGE_PULSEAUDIO
|
|
bool "pulseaudio"
|
|
bool "pulseaudio"
|
|
help
|
|
help
|
|
@@ -321,6 +322,7 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_PULSE
|
|
comment "pulseaudio support needs a toolchain w/ threads, dynamic library"
|
|
comment "pulseaudio support needs a toolchain w/ threads, dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_ARCH_HAS_ATOMICS
|
|
depends on BR2_ARCH_HAS_ATOMICS
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC
|
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC
|