Config.in 427 B

123456789101112131415
  1. config BR2_PACKAGE_RRDTOOL
  2. bool "rrdtool"
  3. depends on BR2_USE_WCHAR
  4. select BR2_PACKAGE_FREETYPE
  5. select BR2_PACKAGE_LIBART
  6. select BR2_PACKAGE_LIBPNG
  7. select BR2_PACKAGE_ZLIB
  8. help
  9. RRDtool is the OpenSource industry standard, high performance
  10. data logging and graphing system for time series data.
  11. http://oss.oetiker.ch/rrdtool/
  12. comment "rrdtool requires a toolchain with WCHAR support"
  13. depends on !BR2_USE_WCHAR