Browse Source

package/kodi: add bluetooth dependency comment

Commit 43122d64e05a2831a96dabcbf149ba199726767f 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>
Fabrice Fontaine 3 năm trước cách đây
mục cha
commit
38b5f2069b
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      package/kodi/Config.in

+ 4 - 0
package/kodi/Config.in

@@ -135,6 +135,10 @@ config BR2_PACKAGE_KODI_BLUEZ
 	help
 	help
 	    Enable bluetooth support
 	    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
 config BR2_PACKAGE_KODI_DBUS
 	bool "dbus"
 	bool "dbus"
 	select BR2_PACKAGE_DBUS
 	select BR2_PACKAGE_DBUS