|
@@ -321,13 +321,16 @@ config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_PULSE
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # pulseaudio
|
|
|
depends on BR2_USE_MMU # pulseaudio
|
|
|
depends on !BR2_STATIC_LIBS # pulseaudio
|
|
|
+ depends on BR2_USE_WCHAR # pulseaudio
|
|
|
+ depends on BR2_PACKAGE_PULSEAUDIO_HAS_ATOMIC # pulseaudio
|
|
|
select BR2_PACKAGE_PULSEAUDIO
|
|
|
help
|
|
|
PulseAudio plugin library
|
|
|
|
|
|
-comment "pulseaudio support needs a toolchain w/ threads, dynamic library"
|
|
|
+comment "pulseaudio support needs a toolchain w/ threads, wchar, dynamic library"
|
|
|
depends on BR2_USE_MMU
|
|
|
- depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
|
+ depends on BR2_PACKAGE_PULSEAUDIO_HAS_ATOMIC
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || !BR2_USE_WCHAR
|
|
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_SOUPHTTPSRC
|
|
|
bool "souphttpsrc (http client)"
|