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>
This commit is contained in:
Bernd Kuhls 2016-07-11 20:09:00 +02:00 committed by Thomas Petazzoni
parent 10979bb2c6
commit 9acee7c649

View File

@ -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