From 1610200e7863a73dafac7890bc339bea47605c05 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 18 Dec 2017 09:24:38 +0100 Subject: package/*/Config.in: fix property order warning of check-package This commit fixes the ordering of the Config.in option properties, as reported by check-package. Signed-off-by: Thomas Petazzoni --- package/gettext/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/gettext') diff --git a/package/gettext/Config.in b/package/gettext/Config.in index 60f8d4fdc8..e55663b1d7 100644 --- a/package/gettext/Config.in +++ b/package/gettext/Config.in @@ -16,8 +16,8 @@ if BR2_PACKAGE_GETTEXT config BR2_PACKAGE_GETTEXT_PROVIDES_LIBINTL bool - depends on !BR2_TOOLCHAIN_HAS_FULL_GETTEXT default y if BR2_SYSTEM_ENABLE_NLS + depends on !BR2_TOOLCHAIN_HAS_FULL_GETTEXT endif -- cgit v1.2.3