[Buildroot] [git commit] package/bluez-alsa: select BlueZ audio plugins

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Mon Aug 2 15:09:53 UTC 2021


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

The A2DP/AVCRP plugins now have to be explicitly selected.

Signed-off-by: Michael Nosthoff <buildroot at heine.tech>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/bluez-alsa/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/bluez-alsa/Config.in b/package/bluez-alsa/Config.in
index a31d125d9d..42bb9133bf 100644
--- a/package/bluez-alsa/Config.in
+++ b/package/bluez-alsa/Config.in
@@ -9,6 +9,7 @@ config BR2_PACKAGE_BLUEZ_ALSA
 	depends on BR2_USE_WCHAR # libglib2
 	select BR2_PACKAGE_ALSA_LIB
 	select BR2_PACKAGE_BLUEZ5_UTILS
+	select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_AUDIO
 	select BR2_PACKAGE_LIBGLIB2
 	select BR2_PACKAGE_SBC
 	help


More information about the buildroot mailing list