소스 검색

expedite: fix dependencies comment logic

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch Siach 10 년 전
부모
커밋
4ec088dcec
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      package/efl/expedite/Config.in

+ 1 - 2
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