summaryrefslogtreecommitdiff
path: root/package/smack
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2014-04-24 12:27:16 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-24 12:16:40 +0200
commit1e187d7720d55b979857d7a11d7cbac773f72e0a (patch)
tree561243682f7c24e11b61a91ca480fb0039601251 /package/smack
parentf386839de1a2264f8e6c0eecd05b084c6ebe1935 (diff)
smack: fix dependencies comment
The comment should show when any of these conditions is not met. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/smack')
-rw-r--r--package/smack/Config.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/smack/Config.in b/package/smack/Config.in
index 55e9d2e69..3f26caecd 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