mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
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
|
config BR2_PACKAGE_KODI_LIBUSB
|
||||||
bool "usb"
|
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
|
||||||
select BR2_PACKAGE_LIBUSB_COMPAT
|
select BR2_PACKAGE_LIBUSB_COMPAT
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user