[Buildroot] [PATCH] expedite: fix dependencies comment logic

Baruch Siach baruch at tkos.co.il
Thu May 7 06:35:26 UTC 2015


Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 package/efl/expedite/Config.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/efl/expedite/Config.in b/package/efl/expedite/Config.in
index ddbf020f078c..1e121088ada8 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
-- 
2.1.4



More information about the buildroot mailing list