summaryrefslogtreecommitdiffstats
path: root/package/collectd
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-09-03 22:44:10 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2012-09-03 22:44:10 +0200
commit11f338bcbc48816b0e4d637ea6f798f7df328d2e (patch)
tree53561069a349d82131fd1327b742ccdabd17ae4c /package/collectd
parent7a7e03400c1b79cb9178bb93b9c5076ee37f8206 (diff)
downloadbuildroot-novena-11f338bcbc48816b0e4d637ea6f798f7df328d2e.tar.gz
buildroot-novena-11f338bcbc48816b0e4d637ea6f798f7df328d2e.zip
collectd: fix rrdtool suboption dependency
Fixes warning: (BR2_PACKAGE_COLLECTD_RRDTOOL) selects BR2_PACKAGE_RRDTOOL which has unmet direct dependencies (BR2_USE_WCHAR). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/collectd')
-rw-r--r--package/collectd/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/collectd/Config.in b/package/collectd/Config.in
index 4fae6d507..fe520f8ce 100644
--- a/package/collectd/Config.in
+++ b/package/collectd/Config.in
@@ -360,6 +360,7 @@ config BR2_PACKAGE_COLLECTD_NETWORK
config BR2_PACKAGE_COLLECTD_RRDTOOL
bool "rrdtool"
+ depends on BR2_USE_WCHAR # rrdtool
select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_LIBART
select BR2_PACKAGE_LIBPNG
@@ -368,6 +369,9 @@ config BR2_PACKAGE_COLLECTD_RRDTOOL
help
Writes values to RRD-files.
+comment "rrdtool support requires a toolchain with WCHAR support"
+ depends on !BR2_USE_WCHAR
+
config BR2_PACKAGE_COLLECTD_UNIXSOCK
bool "unixsock"
help