package/kodi: add bluetooth dependency comment
Commit43122d64e0
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> (cherry picked from commit38b5f2069b
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
1eb88d25b1
commit
73c19ff97a
@ -140,6 +140,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
|
||||
|
Loading…
Reference in New Issue
Block a user