mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
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:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
64f67ede01
commit
27ac6619aa
@@ -203,6 +203,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_STAGEPROFI),y)
|
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_STAGEPROFI),y)
|
||||||
OLA_CONF_OPTS += --enable-stageprofi --enable-libusb
|
OLA_CONF_OPTS += --enable-stageprofi --enable-libusb
|
||||||
|
OLA_DEPENDENCIES += libusb
|
||||||
else
|
else
|
||||||
OLA_CONF_OPTS += --disable-stageprofi
|
OLA_CONF_OPTS += --disable-stageprofi
|
||||||
endif
|
endif
|
||||||
@@ -215,12 +216,14 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_USBDMX),y)
|
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_USBDMX),y)
|
||||||
OLA_CONF_OPTS += --enable-usbdmx --enable-libusb
|
OLA_CONF_OPTS += --enable-usbdmx --enable-libusb
|
||||||
|
OLA_DEPENDENCIES += libusb
|
||||||
else
|
else
|
||||||
OLA_CONF_OPTS += --disable-usbdmx
|
OLA_CONF_OPTS += --disable-usbdmx
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_USBPRO),y)
|
ifeq ($(BR2_PACKAGE_OLA_PLUGIN_USBPRO),y)
|
||||||
OLA_CONF_OPTS += --enable-usbpro --enable-libusb
|
OLA_CONF_OPTS += --enable-usbpro --enable-libusb
|
||||||
|
OLA_DEPENDENCIES += libusb
|
||||||
else
|
else
|
||||||
OLA_CONF_OPTS += --disable-usbpro
|
OLA_CONF_OPTS += --disable-usbpro
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user