summaryrefslogtreecommitdiffstats
path: root/package/lshw/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-03 22:57:18 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-05 01:28:45 +0200
commit3acd9f845de0489071719d52d774aab48d7f9c33 (patch)
treea92b988c148e0d1b200f739adfbf41cb18d67120 /package/lshw/Config.in
parent0b8687d74b391caa05fbd92c1ab7ee26de55ade7 (diff)
downloadbuildroot-3acd9f845de0489071719d52d774aab48d7f9c33.tar.gz
buildroot-3acd9f845de0489071719d52d774aab48d7f9c33.zip
lshw: use the new gettext logic
This commit switches to use the new gettext logic, which involves: - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies on gettext/host-gettext - using TARGET_NLS_LIBS to force linking against libintl - dropping BR2_PACKAGE_GETTEXT selection - using BR2_SYSTEM_ENABLE_NLS instead of BR2_ENABLE_LOCALE to decide whether NLS support is enabled or not Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lshw/Config.in')
-rw-r--r--package/lshw/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/lshw/Config.in b/package/lshw/Config.in
index 8cc935ab4d..83b7ffb72b 100644
--- a/package/lshw/Config.in
+++ b/package/lshw/Config.in
@@ -2,7 +2,6 @@ config BR2_PACKAGE_LSHW
bool "lshw"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR
- select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
help
lshw (Hardware Lister) is a small tool to provide
detailed information on the hardware configuration of the machine.
OpenPOWER on IntegriCloud