projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7638ca
)
alsa-utils: amidi option needs seq support in alsa-lib
author
Peter Korsgaard
<peter@korsgaard.com>
Thu, 14 May 2015 22:07:03 +0000
(
00:07
+0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/alsa-utils/Config.in
b/package/alsa-utils/Config.in
index cbc56eb0a66e930115a90f6f20c54e2883102927..3a99279276ae6e33a965003d82ce7448016a30f0 100644
(file)
--- 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