alsa-utils: amidi option needs seq support in alsa-lib
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 14 May 2015 22:07:03 +0000 (00:07 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 14 May 2015 22:07:03 +0000 (00:07 +0200)
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>
package/alsa-utils/Config.in

index cbc56eb0a66e930115a90f6f20c54e2883102927..3a99279276ae6e33a965003d82ce7448016a30f0 100644 (file)
@@ -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