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:
parent
10979bb2c6
commit
9acee7c649
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user