summaryrefslogtreecommitdiffstats
path: root/package/ibrcommon
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-08-29 18:07:42 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-08-29 18:14:04 +0200
commit8bb79ac97d152a4e611357564eebf370e947a57e (patch)
treeea448d9ecd49840f96d09a4f5732489460aff854 /package/ibrcommon
parent863ec57d809e572641d90e6ac4ee57b6115c6114 (diff)
downloadbuildroot-8bb79ac97d152a4e611357564eebf370e947a57e.tar.gz
buildroot-8bb79ac97d152a4e611357564eebf370e947a57e.zip
ibrcommon: fix dependencies of comment in Config.in
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>
Diffstat (limited to 'package/ibrcommon')
-rw-r--r--package/ibrcommon/Config.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/ibrcommon/Config.in b/package/ibrcommon/Config.in
index 5aa51a45ff..36ccfbc383 100644
--- a/package/ibrcommon/Config.in
+++ b/package/ibrcommon/Config.in
@@ -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
OpenPOWER on IntegriCloud