mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
mycroft: RDEPENDS on mpg123 to allow singing
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
5f4b646795
commit
86ee041f61
@@ -79,7 +79,7 @@ RDEPENDS_${PN} += "python3-requests python3-pillow \
|
|||||||
# Mycroft uses Alsa, PulseAudio and Flac
|
# Mycroft uses Alsa, PulseAudio and Flac
|
||||||
RDEPENDS_${PN} += "alsa-utils alsa-plugins alsa-tools"
|
RDEPENDS_${PN} += "alsa-utils alsa-plugins alsa-tools"
|
||||||
RDEPENDS_${PN} += "pulseaudio pulseaudio-misc pulseaudio-server"
|
RDEPENDS_${PN} += "pulseaudio pulseaudio-misc pulseaudio-server"
|
||||||
RDEPENDS_${PN} += "flac"
|
RDEPENDS_${PN} += "flac mpg123"
|
||||||
|
|
||||||
# Mycroft can do this itself on the target, but it's quicker to do it here
|
# Mycroft can do this itself on the target, but it's quicker to do it here
|
||||||
RDEPENDS_${PN} += "mimic"
|
RDEPENDS_${PN} += "mimic"
|
||||||
|
|||||||
Reference in New Issue
Block a user