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>
This commit is contained in:
Baruch Siach 2014-04-24 12:27:16 +03:00 committed by Thomas Petazzoni
parent f386839de1
commit 1e187d7720

View File

@ -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