Commit 4ec088dc authored by Baruch Siach's avatar Baruch Siach Committed by Peter Korsgaard
Browse files

expedite: fix dependencies comment logic

parent 1f751579
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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