From: Michael Nosthoff Date: Sat, 31 Jul 2021 20:38:12 +0000 (+0200) Subject: package/kodi: enable BlueZ Audio and HID plugins X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=001949f6b52330a18d3bfe5ed0983843e1ae1669;p=buildroot.git package/kodi: enable BlueZ Audio and HID plugins When Bluetooth support is enabled ensure to enable the Audio and HID plugins. Signed-off-by: Michael Nosthoff Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- 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