2010-06-23 22:22:16 +02:00
|
|
|
config BR2_PACKAGE_RRDTOOL
|
|
|
|
bool "rrdtool"
|
|
|
|
depends on BR2_USE_WCHAR
|
|
|
|
select BR2_PACKAGE_FREETYPE
|
|
|
|
select BR2_PACKAGE_LIBART
|
|
|
|
select BR2_PACKAGE_LIBPNG
|
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
help
|
|
|
|
RRDtool is the OpenSource industry standard, high performance
|
|
|
|
data logging and graphing system for time series data.
|
|
|
|
|
|
|
|
http://oss.oetiker.ch/rrdtool/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "rrdtool needs a toolchain w/ wchar"
|
2010-06-23 22:22:16 +02:00
|
|
|
depends on !BR2_USE_WCHAR
|