From 66bb10b7b0b66fbce4100a42979056c2182bc1da Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Sun, 13 Oct 2013 16:55:32 +0200 Subject: Config.in files: unify comments of toolchain option dependencies This patch lines up the comments in Config.in files that clarify which toolchain options the package depends on. Signed-off-by: Thomas De Schampheleire Signed-off-by: Peter Korsgaard --- package/zeromq/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/zeromq') diff --git a/package/zeromq/Config.in b/package/zeromq/Config.in index 35704c3981..42e13d2b0a 100644 --- a/package/zeromq/Config.in +++ b/package/zeromq/Config.in @@ -1,4 +1,4 @@ -comment "zeromq requires a toolchain with C++, IPV6, LARGEFILE, WCHAR & thread support" +comment "zeromq needs a toolchain w/ C++, IPv6, largefile, wchar, threads" depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \ && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS) -- cgit v1.2.1