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/dbus-python/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/dbus-python') diff --git a/package/dbus-python/Config.in b/package/dbus-python/Config.in index 61e81e7fde..113ca68f38 100644 --- a/package/dbus-python/Config.in +++ b/package/dbus-python/Config.in @@ -10,6 +10,6 @@ config BR2_PACKAGE_DBUS_PYTHON http://dbus.freedesktop.org/doc/dbus-python/ -comment "dbus-python requires a toolchain with WCHAR and threading support" +comment "dbus-python needs a toolchain w/ wchar, threads" depends on BR2_PACKAGE_DBUS && BR2_PACKAGE_PYTHON && \ (!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS) -- cgit v1.2.3