Commit c69088b8 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <peter@korsgaard.com>
parent f7638ca2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ comment "alsamixer needs a toolchain w/ wchar"

config BR2_PACKAGE_ALSA_UTILS_AMIDI
	select BR2_PACKAGE_ALSA_LIB_RAWMIDI
	select BR2_PACKAGE_ALSA_LIB_SEQ
	bool "amidi"

config BR2_PACKAGE_ALSA_UTILS_AMIXER