Commit 1e187d77 authored by Baruch Siach's avatar Baruch Siach Committed by Thomas Petazzoni
Browse files

smack: fix dependencies comment



The comment should show when any of these conditions is not met.

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent f386839d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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