package/ola: add missing dependencies to libusb

Fixes:
- http://autobuild.buildroot.net/results/97d07f84cf8e34a697bd332c360ce353b96b2e26/

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Julien Olivain 2022-05-05 19:40:10 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 64f67ede01
commit 27ac6619aa

View File

@ -203,6 +203,7 @@ endif
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_STAGEPROFI),y)
OLA_CONF_OPTS += --enable-stageprofi --enable-libusb
OLA_DEPENDENCIES += libusb
else
OLA_CONF_OPTS += --disable-stageprofi
endif
@ -215,12 +216,14 @@ endif
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_USBDMX),y)
OLA_CONF_OPTS += --enable-usbdmx --enable-libusb
OLA_DEPENDENCIES += libusb
else
OLA_CONF_OPTS += --disable-usbdmx
endif
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_USBPRO),y)
OLA_CONF_OPTS += --enable-usbpro --enable-libusb
OLA_DEPENDENCIES += libusb
else
OLA_CONF_OPTS += --disable-usbpro
endif