projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92024d4
)
package/kodi: enable BlueZ Audio and HID plugins
author
Michael Nosthoff
<buildroot@heine.tech>
Sat, 31 Jul 2021 20:38:12 +0000
(22:38 +0200)
committer
Arnout Vandecappelle (Essensium/Mind)
<arnout@mind.be>
Mon, 2 Aug 2021 15:13:27 +0000
(17:13 +0200)
When Bluetooth support is enabled ensure to enable the Audio and
HID plugins.
Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/kodi/Config.in
patch
|
blob
|
history
diff --git
a/package/kodi/Config.in
b/package/kodi/Config.in
index f702ae841a86cb1d34e7e6ab340aa9cc13ac483a..074a457d1b3e70f8bddc199ecf6c5291ba6b207a 100644
(file)
--- 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