[Buildroot] [PATCH] flot: add fillbetween plugin.

Peter Korsgaard jacmet at uclibc.org
Sun Mar 10 22:13:23 UTC 2013


>>>>> "Arnaud" == Arnaud Rébillout <rebillout at syscom.ch> writes:

 Arnaud> Flot plugin for computing bottoms for filled line and bar charts.
 Arnaud> Signed-off-by: Arnaud Rébillout <rebillout at syscom.ch>
 Arnaud> ---
 Arnaud>  package/flot/Config.in |    5 +++++
 Arnaud>  package/flot/flot.mk   |    1 +
 Arnaud>  2 files changed, 6 insertions(+)

 Arnaud> diff --git a/package/flot/Config.in b/package/flot/Config.in
 Arnaud> index 60534c1..0124b2d 100644
 Arnaud> --- a/package/flot/Config.in
 Arnaud> +++ b/package/flot/Config.in
 Arnaud> @@ -20,6 +20,11 @@ if BR2_PACKAGE_FLOT
 
 Arnaud>  comment "flot plugins"
 
 Arnaud> +config BR2_PACKAGE_FLOT_FILLBETWEEN
 Arnaud> +	bool "fillbetween"
 Arnaud> +	help
 Arnaud> +	  Flot plugin for computing bottoms for filled line and bar charts. 

You have a trailing space here in the help text.

Otherwise it looks good, committed - Thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list