[Buildroot] [git commit] package/kodi: enable BlueZ Audio and HID plugins

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


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

When Bluetooth support is enabled ensure to enable the Audio and
HID plugins.

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

diff --git a/package/kodi/Config.in b/package/kodi/Config.in
index f702ae841a..074a457d1b 100644
--- a/package/kodi/Config.in
+++ b/package/kodi/Config.in
@@ -129,6 +129,8 @@ config BR2_PACKAGE_KODI_BLUEZ
 	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # bluez5_utils
 	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # bluez5_utils
 	select BR2_PACKAGE_BLUEZ5_UTILS
+	select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_AUDIO
+	select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HID
 	help
 	    Enable bluetooth support
 


More information about the buildroot mailing list