]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
expedite: fix dependencies comment logic
authorBaruch Siach <baruch@tkos.co.il>
Thu, 7 May 2015 06:35:26 +0000 (09:35 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 7 May 2015 20:09:10 +0000 (22:09 +0200)
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/efl/expedite/Config.in

index ddbf020f078c7a6e47c1da29bccb16124949f482..1e121088ada8afafa45057860c0b3a94e97b7a76 100644 (file)
@@ -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