From 13cdffe529684402dacd4c5438b5f46bba9cc170 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Sat, 11 May 2013 13:09:35 +0000 Subject: libnss/libnspr: unavailable comment should be OR and not AND Otherwise the comment would only show up when both conditions are true instead of any of them. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/libnss/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libnss/Config.in') diff --git a/package/libnss/Config.in b/package/libnss/Config.in index a070ffbdf..e8eec772b 100644 --- a/package/libnss/Config.in +++ b/package/libnss/Config.in @@ -15,5 +15,5 @@ config BR2_PACKAGE_LIBNSS http://www.mozilla.org/projects/security/pki/nss/ comment "libnss requires a toolchain with LARGEFILE and thread support" - depends on !BR2_LARGEFILE && !BR2_TOOLCHAIN_HAS_THREADS + depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS -- cgit v1.2.3