mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
alsa-utils: amidi option needs seq support in alsa-lib
Fixes: http://autobuild.buildroot.net/results/5347b57d23b44e1b011a499875ce638ed654418a/ Otherwise the rawmidi_virt.c file doesn't get built, breaking static linking. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f7638ca232
commit
c69088b8c3
@ -39,6 +39,7 @@ comment "alsamixer needs a toolchain w/ wchar"
|
|||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_AMIDI
|
config BR2_PACKAGE_ALSA_UTILS_AMIDI
|
||||||
select BR2_PACKAGE_ALSA_LIB_RAWMIDI
|
select BR2_PACKAGE_ALSA_LIB_RAWMIDI
|
||||||
|
select BR2_PACKAGE_ALSA_LIB_SEQ
|
||||||
bool "amidi"
|
bool "amidi"
|
||||||
|
|
||||||
config BR2_PACKAGE_ALSA_UTILS_AMIXER
|
config BR2_PACKAGE_ALSA_UTILS_AMIXER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user