ibrcommon: fix dependencies of comment in Config.in
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 29 Aug 2015 16:07:42 +0000 (18:07 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 29 Aug 2015 16:14:04 +0000 (18:14 +0200)
We want the comment to be displayed either if C++ is not supported
*or* if threads is not supported.

Also, fix the indentation to use a tab.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ibrcommon/Config.in

index 5aa51a45ffdc9cecb84c301ed8d8743f8390ecd0..36ccfbc3833255740a2d94cd042edda20c7bb6ec 100644 (file)
@@ -10,5 +10,4 @@ config BR2_PACKAGE_IBRCOMMON
          http://trac.ibr.cs.tu-bs.de/project-cm-2012-ibrdtn
 
 comment "ibrcommon 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