mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
mpd: fix alsa dependencies
Alsa output support needs pcm and mixer support in alsa-lib. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
c82d04c415
commit
f83024cf07
@ -18,6 +18,8 @@ config BR2_PACKAGE_MPD_ALSA
|
|||||||
bool "alsa"
|
bool "alsa"
|
||||||
default y
|
default y
|
||||||
select BR2_PACKAGE_ALSA_LIB
|
select BR2_PACKAGE_ALSA_LIB
|
||||||
|
select BR2_PACKAGE_ALSA_LIB_PCM
|
||||||
|
select BR2_PACKAGE_ALSA_LIB_MIXER
|
||||||
help
|
help
|
||||||
Enable alsa output support.
|
Enable alsa output support.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user