python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / rrdtool / Config.in
blob3d8c0c6444b00accf2f1bab4ab3987d71dbcb6bd
1 config BR2_PACKAGE_RRDTOOL
2         bool "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
8         help
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
17         bool "rrd_graph"
18         default y
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
27         help
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
34 endif
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