From: florent valette Date: Sun, 17 May 2015 08:52:04 +0000 (+0200) Subject: hwloc: fix condition to display comment message in menuconfig X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=08532f66b1adf471da5a49118214dd6b1b7ebc5d;p=buildroot.git hwloc: fix condition to display comment message in menuconfig The comment message shows up if the toolchain has threads instead of not having threads. Signed-off-by: Florent Valette Reviewed-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/hwloc/Config.in b/package/hwloc/Config.in index 51aef4a0e0..1fb23027bb 100644 --- a/package/hwloc/Config.in +++ b/package/hwloc/Config.in @@ -12,4 +12,4 @@ config BR2_PACKAGE_HWLOC http://www.open-mpi.org/projects/hwloc/ comment "hwloc needs a toolchain w/ threads" - depends on BR2_TOOLCHAIN_HAS_THREADS + depends on !BR2_TOOLCHAIN_HAS_THREADS