summaryrefslogtreecommitdiffstats
path: root/rules/gnuplot.in
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2011-06-23 17:47:49 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-28 08:54:45 +0200
commitef115d2ce674ee2238bf7f59b371b56d3232fb64 (patch)
tree17fed103db586f9b8e85812592e9f32e555cba7a /rules/gnuplot.in
parent2fb0b4855ece058ed3297609c300a5245ea73674 (diff)
downloadptxdist-ef115d2ce674ee2238bf7f59b371b56d3232fb64.tar.gz
ptxdist-ef115d2ce674ee2238bf7f59b371b56d3232fb64.tar.xz
Update gnuplot to 4.4.3
Also install Gnuplot runtime files which are needed for some formats like Postscript or HTML5/Javascript when the configuration option is selected. Disable lua regardless whether lua is available or not. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gnuplot.in')
-rw-r--r--rules/gnuplot.in26
1 files changed, 24 insertions, 2 deletions
diff --git a/rules/gnuplot.in b/rules/gnuplot.in
index 69fcd57ae..cfe2881d1 100644
--- a/rules/gnuplot.in
+++ b/rules/gnuplot.in
@@ -16,11 +16,33 @@ menuconfig GNUPLOT
many printers, (La)TeX, (x)fig, Postscript, and so on.
Data files and self-defined functions can be manipulated by internal
- C-like language. Can perform smoothing, spline-fitting, or nonlinear
- fits. Can work with complex numbers.
+ C-like language. Can perform smoothing, spline-fitting, or nonlinear
+ fits. Can work with complex numbers.
if GNUPLOT
+config GNUPLOT_HELP
+ bool
+ prompt "Install interactive help"
+ help
+ Installs the interactive help files on the target.
+ Requires about 600 kByte of space.
+
+config GNUPLOT_POSTSCRIPT
+ bool
+ prompt "Install Postscript prolog files"
+ help
+ Installs the prolog files needed to generate Postscript output. If you
+ don't need Postscript, you can turn off that setting. Requires about
+ 100 kByte of space.
+
+config GNUPLOT_JS
+ bool
+ prompt "Install JavaScript runtime files"
+ help
+ Installs some JavaScript files and PNG images which will be needed if
+ HTML5 output should be generated. Requires about 300 kByte of disk space.
+
config GNUPLOT_FITERRVARS
bool
prompt "Support for fitting error variables"