summaryrefslogtreecommitdiffstats
path: root/rules/gnuplot.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-03-31 07:53:07 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-03-31 07:53:07 +0000
commit44109066165cbce726524d3084803365762ef03a (patch)
treec3c86430af3333da377af6b5ee7b27d5f2468d4e /rules/gnuplot.in
parent6611fdd7f33ce10bc748e6a3f4696bb57a1d3d9b (diff)
downloadptxdist-44109066165cbce726524d3084803365762ef03a.tar.gz
ptxdist-44109066165cbce726524d3084803365762ef03a.tar.xz
* gnuplot.in, gnuplot.make:
fixed gnuplot with X git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5304 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gnuplot.in')
-rw-r--r--rules/gnuplot.in15
1 files changed, 6 insertions, 9 deletions
diff --git a/rules/gnuplot.in b/rules/gnuplot.in
index f1e31ba6b..c49057555 100644
--- a/rules/gnuplot.in
+++ b/rules/gnuplot.in
@@ -3,6 +3,7 @@ menuconfig GNUPLOT
prompt "gnuplot"
select ZLIB
select LIBPNG if GNUPLOT_PNG
+ select XORG_LIB_XT if GNUPLOT_X
help
A command-line driven interactive plotting program for
making 2D and 3D graphs from data and functions.
@@ -16,12 +17,12 @@ menuconfig GNUPLOT
config GNUPLOT_FITERRVARS
bool
- prompt "Support for itting error variables"
+ prompt "Support for fitting error variables"
depends on GNUPLOT
help
FIXME: This item needs to be documented
-config GNUPLOT_WITH_X
+config GNUPLOT_X
bool
prompt "X support"
depends on GNUPLOT
@@ -32,6 +33,7 @@ config GNUPLOT_PLOT
bool
prompt "use Unix plot library"
depends on GNUPLOT
+ depends on BROKEN
help
FIXME: This item needs to be documented
@@ -46,13 +48,7 @@ config GNUPLOT_GD
bool
prompt "GD support"
depends on GNUPLOT
- help
- FIXME: This item needs to be documented
-
-config GNUPLOT_GIF
- bool
- prompt "GIF support"
- depends on GNUPLOT
+ depends on BROKEN
help
FIXME: This item needs to be documented
@@ -60,6 +56,7 @@ config GNUPLOT_PDF
bool
prompt "PDF support"
depends on GNUPLOT
+ depends on BROKEN
help
FIXME: This item needs to be documented