summaryrefslogtreecommitdiffstats
path: root/package/flot
diff options
context:
space:
mode:
authorArnaud RĂ©billout <rebillout@syscom.ch>2013-02-13 05:25:45 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-10 23:13:35 +0100
commitbcbd68f7d194a6fb29560deafa61fc08ab34eea6 (patch)
tree5911f10b4d1db3ded77327669f34ca87099f506d /package/flot
parent8c2395549cbaa91e819737e30f5a82e1fbd22846 (diff)
downloadbuildroot-novena-bcbd68f7d194a6fb29560deafa61fc08ab34eea6.tar.gz
buildroot-novena-bcbd68f7d194a6fb29560deafa61fc08ab34eea6.zip
flot: add fillbetween plugin
Flot plugin for computing bottoms for filled line and bar charts. [Peter: fixup help text] Signed-off-by: Arnaud RĂ©billout <rebillout@syscom.ch> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/flot')
-rw-r--r--package/flot/Config.in5
-rw-r--r--package/flot/flot.mk1
2 files changed, 6 insertions, 0 deletions
diff --git a/package/flot/Config.in b/package/flot/Config.in
index 60534c1da..0bd6b14a9 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 f4ba60458..41f5a423a 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) \