summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-07-11 20:09:00 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-17 14:29:37 +0200
commit9acee7c649dd2a2acd20ae100fb1cf9e13a6de50 (patch)
tree9f64adf1e3570d0157416d03c81c0d54f01d9c9b
parent10979bb2c6b5f827b356427a556b9500010a3eca (diff)
downloadbuildroot-9acee7c649dd2a2acd20ae100fb1cf9e13a6de50.tar.gz
buildroot-9acee7c649dd2a2acd20ae100fb1cf9e13a6de50.zip
package/kodi: if libudev is available, we don't need libusb
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/kodi/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/kodi/Config.in b/package/kodi/Config.in
index a4cbab2da7..9a5baa8b37 100644
--- a/package/kodi/Config.in
+++ b/package/kodi/Config.in
@@ -222,6 +222,9 @@ config BR2_PACKAGE_KODI_LIBTHEORA
config BR2_PACKAGE_KODI_LIBUSB
bool "usb"
+ # https://github.com/xbmc/xbmc/blob/Jarvis/configure.ac#L1554
+ # "if libudev is available, we don't need libusb"
+ depends on !BR2_PACKAGE_HAS_UDEV
select BR2_PACKAGE_LIBUSB
select BR2_PACKAGE_LIBUSB_COMPAT
help
OpenPOWER on IntegriCloud