|
@@ -15,4 +15,4 @@ config BR2_PACKAGE_CUTELYST
|
|
comment "cutelyst needs a toolchain w/ C++, gcc >= 4.8, headers >= 3.3"
|
|
comment "cutelyst needs a toolchain w/ C++, gcc >= 4.8, headers >= 3.3"
|
|
depends on BR2_PACKAGE_QT5
|
|
depends on BR2_PACKAGE_QT5
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
- depends !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
|
|
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
|