espeak: add missing indirect dependency on atomics for pulseaudio
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
0cd69846a6
commit
9fffb57f1f
@@ -30,11 +30,13 @@ config BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_ALSA
|
|||||||
|
|
||||||
config BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_PULSEAUDIO
|
config BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_PULSEAUDIO
|
||||||
bool "pulseaudio"
|
bool "pulseaudio"
|
||||||
select BR2_PACKAGE_PULSEAUDIO
|
|
||||||
depends on BR2_LARGEFILE # pulseaudio
|
depends on BR2_LARGEFILE # pulseaudio
|
||||||
|
depends on BR2_ARCH_HAS_ATOMICS # pulseaudio
|
||||||
|
select BR2_PACKAGE_PULSEAUDIO
|
||||||
|
|
||||||
comment "pulseaudio backend needs a toolchain with largefile"
|
comment "pulseaudio backend needs a toolchain with largefile"
|
||||||
depends on !BR2_LARGEFILE
|
depends on !BR2_LARGEFILE
|
||||||
|
depends on BR2_ARCH_HAS_ATOMICS
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user