summaryrefslogtreecommitdiffstats
path: root/rules/gnuplot.in
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 12:58:56 +0000
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 12:58:56 +0000
commite77d46edfa498ea6b9e482eed2f9a4783fb8d66d (patch)
tree6d19776b1d492e8cad206e01f524b1cf3ef5b704 /rules/gnuplot.in
parent596f6514f2ee5cc295a2892704b66c6709478061 (diff)
downloadptxdist-e77d46edfa498ea6b9e482eed2f9a4783fb8d66d.tar.gz
ptxdist-e77d46edfa498ea6b9e482eed2f9a4783fb8d66d.tar.xz
* : d-g.in tristate changes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8311 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gnuplot.in')
-rw-r--r--rules/gnuplot.in12
1 files changed, 4 insertions, 8 deletions
diff --git a/rules/gnuplot.in b/rules/gnuplot.in
index eb41e38ff..9b5395dd3 100644
--- a/rules/gnuplot.in
+++ b/rules/gnuplot.in
@@ -1,5 +1,5 @@
menuconfig GNUPLOT
- bool
+ tristate
prompt "gnuplot "
select ZLIB
select LIBPNG if GNUPLOT_PNG
@@ -15,22 +15,21 @@ menuconfig GNUPLOT
C-like language. Can perform smoothing, spline-fitting, or nonlinear
fits. Can work with complex numbers.
+if GNUPLOT
+
config GNUPLOT_FITERRVARS
bool
prompt "Support for fitting error variables"
- depends on GNUPLOT
config GNUPLOT_X
bool
prompt "X support"
- depends on GNUPLOT
help
Enable the graphical X11 user interface of GNUplot
config GNUPLOT_PLOT
bool
prompt "use Unix plot library"
- depends on GNUPLOT
depends on BROKEN
help
If you link this program with the Unix plot library
@@ -40,7 +39,6 @@ config GNUPLOT_PLOT
config GNUPLOT_PNG
bool
prompt "PNG support"
- depends on GNUPLOT
help
Include support for PNG (Portable Network Graphics)
graphics format
@@ -48,7 +46,6 @@ config GNUPLOT_PNG
config GNUPLOT_GD
bool
prompt "GD support"
- depends on GNUPLOT
depends on BROKEN
help
Use the GD library.
@@ -58,8 +55,7 @@ config GNUPLOT_GD
config GNUPLOT_PDF
bool
prompt "PDF support"
- depends on GNUPLOT
depends on BROKEN
help
Include support for output as PDF (Portable Document Format)
-
+endif