From: "Arnaud Rébillout" <rebillout@syscom.ch>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] flot: add fillbetween plugin.
Date: Wed, 13 Feb 2013 16:25:45 +0100 [thread overview]
Message-ID: <1360769145-1610-1-git-send-email-rebillout@syscom.ch> (raw)
Flot plugin for computing bottoms for filled line and bar charts.
Signed-off-by: Arnaud R?billout <rebillout@syscom.ch>
---
package/flot/Config.in | 5 +++++
package/flot/flot.mk | 1 +
2 files changed, 6 insertions(+)
diff --git a/package/flot/Config.in b/package/flot/Config.in
index 60534c1..0124b2d 100644
--- a/package/flot/Config.in
+++ b/package/flot/Config.in
@@ -20,6 +20,11 @@ if BR2_PACKAGE_FLOT
comment "flot plugins"
+config BR2_PACKAGE_FLOT_FILLBETWEEN
+ bool "fillbetween"
+ help
+ Flot plugin for computing bottoms for filled line and bar charts.
+
config BR2_PACKAGE_FLOT_NAVIGATE
bool "navigate"
help
diff --git a/package/flot/flot.mk b/package/flot/flot.mk
index f4ba604..41f5a42 100644
--- a/package/flot/flot.mk
+++ b/package/flot/flot.mk
@@ -1,6 +1,7 @@
FLOT_VERSION = 0.7
FLOT_SITE = http://flot.googlecode.com/files
FLOT_FILES = jquery.flot $(addprefix jquery.flot.,\
+ $(if $(BR2_PACKAGE_FLOT_FILLBETWEEN),fillbetween) \
$(if $(BR2_PACKAGE_FLOT_NAVIGATE),navigate) \
$(if $(BR2_PACKAGE_FLOT_PIE),pie) \
$(if $(BR2_PACKAGE_FLOT_RESIZE),resize) \
--
1.7.10.4
next reply other threads:[~2013-02-13 15:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-13 15:25 Arnaud Rébillout [this message]
2013-03-10 22:13 ` [Buildroot] [PATCH] flot: add fillbetween plugin Peter Korsgaard
2013-03-11 9:51 ` Arnaud Rébillout
2013-03-11 10:01 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1360769145-1610-1-git-send-email-rebillout@syscom.ch \
--to=rebillout@syscom.ch \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox