summaryrefslogtreecommitdiffstats
path: root/package/rrdtool/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-03 23:18:42 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-05 01:35:41 +0200
commit4fa80a811d744a64492086ede087e5578b5cbf7b (patch)
tree8d847c5eb9c2f255fa4ed11a7167dbeb0e842a16 /package/rrdtool/Config.in
parente7af4033c32560594ddbd457b68f6d3713662a26 (diff)
downloadbuildroot-4fa80a811d744a64492086ede087e5578b5cbf7b.tar.gz
buildroot-4fa80a811d744a64492086ede087e5578b5cbf7b.zip
rrdtool: 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 - dropping BR2_PACKAGE_GETTEXT selection Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/rrdtool/Config.in')
-rw-r--r--package/rrdtool/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/rrdtool/Config.in b/package/rrdtool/Config.in
index 3d8c0c6444..631ed32847 100644
--- a/package/rrdtool/Config.in
+++ b/package/rrdtool/Config.in
@@ -4,7 +4,6 @@ config BR2_PACKAGE_RRDTOOL
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
depends on BR2_USE_MMU # libglib2
select BR2_PACKAGE_LIBGLIB2
- select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
help
RRDtool is the OpenSource industry standard, high performance
data logging and graphing system for time series data.
OpenPOWER on IntegriCloud