summaryrefslogtreecommitdiff
path: root/package/rrdtool/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2010-06-23 17:22:16 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2010-10-08 09:20:57 +0200
commit5d73b07ee731a890e13b00b529f74b093d5ca8d4 (patch)
tree51b0d280d9ce955bd347aa5865d7d315cb5c3c28 /package/rrdtool/Config.in
parent0201ffcd16247dea9c58d2e611a4c2d96f07eff2 (diff)
package: Add rrdtool package
[Peter: use hook to remove examples] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/rrdtool/Config.in')
-rw-r--r--package/rrdtool/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/rrdtool/Config.in b/package/rrdtool/Config.in
new file mode 100644
index 000000000..d315b57aa
--- /dev/null
+++ b/package/rrdtool/Config.in
@@ -0,0 +1,15 @@
+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/
+
+comment "rrdtool requires a toolchain with WCHAR support"
+ depends on !BR2_USE_WCHAR