mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
pulseaudio: needs threads
Fixes: http://autobuild.buildroot.net/results/4d6a5793e475683fbc58ccaf03cf7816233a5052/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
5649176a48
commit
1b603449fd
@ -193,6 +193,7 @@ config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS4
|
|||||||
bool "oss4 (Open Sound System 4)"
|
bool "oss4 (Open Sound System 4)"
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_PULSE
|
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_PULSE
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS # pulseaudio
|
||||||
select BR2_PACKAGE_PULSEAUDIO
|
select BR2_PACKAGE_PULSEAUDIO
|
||||||
bool "pulseaudio"
|
bool "pulseaudio"
|
||||||
|
|
||||||
|
@ -40,6 +40,7 @@ config BR2_PACKAGE_MPD_AUDIOFILE
|
|||||||
|
|
||||||
config BR2_PACKAGE_MPD_PULSEAUDIO
|
config BR2_PACKAGE_MPD_PULSEAUDIO
|
||||||
bool "pulseaudio"
|
bool "pulseaudio"
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS # pulseaudio
|
||||||
select BR2_PACKAGE_PULSEAUDIO
|
select BR2_PACKAGE_PULSEAUDIO
|
||||||
help
|
help
|
||||||
Enable pulseaudio output support.
|
Enable pulseaudio output support.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_PULSEAUDIO
|
config BR2_PACKAGE_PULSEAUDIO
|
||||||
bool "pulseaudio"
|
bool "pulseaudio"
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
select BR2_PACKAGE_LIBTOOL
|
select BR2_PACKAGE_LIBTOOL
|
||||||
select BR2_PACKAGE_JSON_C
|
select BR2_PACKAGE_JSON_C
|
||||||
select BR2_PACKAGE_LIBSNDFILE
|
select BR2_PACKAGE_LIBSNDFILE
|
||||||
@ -17,5 +18,5 @@ config BR2_PACKAGE_PULSEAUDIO
|
|||||||
|
|
||||||
http://pulseaudio.org
|
http://pulseaudio.org
|
||||||
|
|
||||||
comment "pulseaudio requires a toolchain with WCHAR support"
|
comment "pulseaudio requires a toolchain with WCHAR and threads support"
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user