|
@@ -153,10 +153,14 @@ config BR2_PACKAGE_OLA_PLUGIN_SPI
|
|
|
|
|
|
config BR2_PACKAGE_OLA_PLUGIN_STAGEPROFI
|
|
config BR2_PACKAGE_OLA_PLUGIN_STAGEPROFI
|
|
bool "stageprofi"
|
|
bool "stageprofi"
|
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
|
|
select BR2_PACKAGE_LIBUSB
|
|
select BR2_PACKAGE_LIBUSB
|
|
help
|
|
help
|
|
Build StageProfi plugin for OLA.
|
|
Build StageProfi plugin for OLA.
|
|
|
|
|
|
|
|
+comment "stageprofi needs a toolchain w/ gcc >= 4.9"
|
|
|
|
+ depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
|
+
|
|
config BR2_PACKAGE_OLA_PLUGIN_UARTDMX
|
|
config BR2_PACKAGE_OLA_PLUGIN_UARTDMX
|
|
bool "uartdmx"
|
|
bool "uartdmx"
|
|
help
|
|
help
|
|
@@ -164,10 +168,14 @@ config BR2_PACKAGE_OLA_PLUGIN_UARTDMX
|
|
|
|
|
|
config BR2_PACKAGE_OLA_PLUGIN_USBDMX
|
|
config BR2_PACKAGE_OLA_PLUGIN_USBDMX
|
|
bool "usbdmx"
|
|
bool "usbdmx"
|
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
|
|
select BR2_PACKAGE_LIBUSB
|
|
select BR2_PACKAGE_LIBUSB
|
|
help
|
|
help
|
|
Build USB DMX plugin for OLA.
|
|
Build USB DMX plugin for OLA.
|
|
|
|
|
|
|
|
+comment "usbdmx needs a toolchain w/ gcc >= 4.9"
|
|
|
|
+ depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
|
+
|
|
config BR2_PACKAGE_OLA_PLUGIN_USBPRO
|
|
config BR2_PACKAGE_OLA_PLUGIN_USBPRO
|
|
bool "usbpro"
|
|
bool "usbpro"
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
|