summaryrefslogtreecommitdiff
path: root/package/gettext
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-18 09:24:38 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-18 09:24:38 +0100
commit1610200e7863a73dafac7890bc339bea47605c05 (patch)
tree24ddc7e452b318e8e07402245c6f91b56f3ab78a /package/gettext
parent2277fdeca8c94f8ea8fe8afebcdbb176c6b1531d (diff)
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 <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gettext')
-rw-r--r--package/gettext/Config.in2
1 files changed, 1 insertions, 1 deletions
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