package/kodi: add bluetooth dependency comment

Commit 43122d64e0 forgot to add bluetooth
dependency comment

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Fabrice Fontaine 2022-02-14 12:43:51 +01:00 committed by Yann E. MORIN
parent 81cb8a853b
commit 38b5f2069b

View File

@ -135,6 +135,10 @@ config BR2_PACKAGE_KODI_BLUEZ
help
Enable bluetooth support
comment "bluetooth support needs a toolchain w/ headers >= 3.4"
depends on BR2_TOOLCHAIN_HAS_SYNC_4
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
config BR2_PACKAGE_KODI_DBUS
bool "dbus"
select BR2_PACKAGE_DBUS