[Buildroot] [git commit] package/ola: add missing dependencies to libusb

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Thu May 5 20:11:44 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=27ac6619aa48eee2e05a70d5b2a38e62e20840dd
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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

Signed-off-by: Julien Olivain <ju.o at free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/ola/ola.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/ola/ola.mk b/package/ola/ola.mk
index 1fd6d6a592..6600de797e 100644
--- a/package/ola/ola.mk
+++ b/package/ola/ola.mk
@@ -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



More information about the buildroot mailing list