From 1e187d7720d55b979857d7a11d7cbac773f72e0a Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Thu, 24 Apr 2014 12:27:16 +0300 Subject: [PATCH] smack: fix dependencies comment The comment should show when any of these conditions is not met. Signed-off-by: Baruch Siach Signed-off-by: Thomas Petazzoni --- package/smack/Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/smack/Config.in b/package/smack/Config.in index 55e9d2e694..3f26caecd6 100644 --- a/package/smack/Config.in +++ b/package/smack/Config.in @@ -30,5 +30,4 @@ config BR2_PACKAGE_SMACK https://github.com/smack-team/smack comment "smack needs a toolchain w/ dynamic library, headers >= 3.0" - depends on BR2_PREFER_STATIC_LIB - depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 + depends on BR2_PREFER_STATIC_LIB || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 -- 2.30.2