From: Baruch Siach Date: Thu, 24 Apr 2014 09:27:16 +0000 (+0300) Subject: smack: fix dependencies comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e187d7720d55b979857d7a11d7cbac773f72e0a;p=buildroot.git 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 --- 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