[Buildroot] [git commit] package/fluidsynth: alsa support needs rawmidi and seq

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Dec 24 12:53:02 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=0fa9476853e3b1d88bed4b30162c3026b303548f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
 - http://autobuild.buildroot.org/results/8c8149a7cf87f24271fa6af8a6c81d2dfe241bbe
 - http://autobuild.buildroot.org/results/d7b05205b0bb45d927b5bb462e06fd8c345ebc42

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/fluidsynth/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/fluidsynth/Config.in b/package/fluidsynth/Config.in
index c4818c3790..c1cb923489 100644
--- a/package/fluidsynth/Config.in
+++ b/package/fluidsynth/Config.in
@@ -23,6 +23,8 @@ config BR2_PACKAGE_FLUIDSYNTH_ALSA_LIB
 	default y
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_PACKAGE_ALSA_LIB
+	select BR2_PACKAGE_ALSA_LIB_RAWMIDI
+	select BR2_PACKAGE_ALSA_LIB_SEQ
 	help
 	  Enable alsa support.
 


More information about the buildroot mailing list