smack: fix dependencies comment
authorBaruch Siach <baruch@tkos.co.il>
Thu, 24 Apr 2014 09:27:16 +0000 (12:27 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 24 Apr 2014 10:16:40 +0000 (12:16 +0200)
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>
package/smack/Config.in

index 55e9d2e694c3e7f859d333a97e3138e04f267498..3f26caecd61fdbda50df2cf6b0fdf5bea69c38ac 100644 (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