1 config BR2_PACKAGE_RRDTOOL
3 depends on BR2_USE_WCHAR # libglib2
4 depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
5 depends on BR2_USE_MMU # libglib2
6 select BR2_PACKAGE_LIBGLIB2
7 select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
9 RRDtool is the OpenSource industry standard, high performance
10 data logging and graphing system for time series data.
12 http://oss.oetiker.ch/rrdtool/
14 if BR2_PACKAGE_RRDTOOL
16 config BR2_PACKAGE_RRDTOOL_RRDGRAPH
19 depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
20 depends on BR2_INSTALL_LIBSTDCPP # freetype support from pango
21 select BR2_PACKAGE_CAIRO
22 select BR2_PACKAGE_CAIRO_PDF
23 select BR2_PACKAGE_CAIRO_PNG
24 select BR2_PACKAGE_CAIRO_PS
25 select BR2_PACKAGE_CAIRO_SVG
26 select BR2_PACKAGE_PANGO
28 This enables the graphing capabilities ('rrdgraph').
29 Without this it will only act as a database backend.
31 comment "rrd_graph support needs a toolchain w/ C++"
32 depends on !BR2_INSTALL_LIBSTDCPP
36 comment "rrdtool needs a toolchain w/ wchar, threads"
37 depends on BR2_USE_MMU
38 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS