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>
This commit is contained in:
Peter Korsgaard 2012-09-03 22:44:10 +02:00
parent 7a7e03400c
commit 11f338bcbc

View file

@ -360,6 +360,7 @@ config BR2_PACKAGE_COLLECTD_NETWORK
config BR2_PACKAGE_COLLECTD_RRDTOOL config BR2_PACKAGE_COLLECTD_RRDTOOL
bool "rrdtool" bool "rrdtool"
depends on BR2_USE_WCHAR # rrdtool
select BR2_PACKAGE_FREETYPE select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_LIBART select BR2_PACKAGE_LIBART
select BR2_PACKAGE_LIBPNG select BR2_PACKAGE_LIBPNG
@ -368,6 +369,9 @@ config BR2_PACKAGE_COLLECTD_RRDTOOL
help help
Writes values to RRD-files. Writes values to RRD-files.
comment "rrdtool support requires a toolchain with WCHAR support"
depends on !BR2_USE_WCHAR
config BR2_PACKAGE_COLLECTD_UNIXSOCK config BR2_PACKAGE_COLLECTD_UNIXSOCK
bool "unixsock" bool "unixsock"
help help