[Buildroot] [git commit branch/next] alsa-utils: amidi option needs seq support in alsa-lib

Peter Korsgaard peter at korsgaard.com
Sat Aug 8 10:55:58 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=c69088b8c35177cecdd0f1f385c13f5b2c509f1d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

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 at korsgaard.com>
---
 package/alsa-utils/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/alsa-utils/Config.in b/package/alsa-utils/Config.in
index cbc56eb..3a99279 100644
--- a/package/alsa-utils/Config.in
+++ b/package/alsa-utils/Config.in
@@ -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


More information about the buildroot mailing list