diff --git a/package/efl/expedite/Config.in b/package/efl/expedite/Config.in index ddbf020f07..1e121088ad 100644 --- a/package/efl/expedite/Config.in +++ b/package/efl/expedite/Config.in @@ -12,5 +12,4 @@ config BR2_PACKAGE_EXPEDITE reproduce real world usage cases. comment "expedite needs a toolchain w/ C++, threads" - depends on !BR2_INSTALL_LIBSTDCPP - depends on !BR2_TOOLCHAIN_HAS_THREADS + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS