summaryrefslogtreecommitdiffstats
path: root/rules/gnuplot.in
blob: 2b69a7d21f4426f5c97565cc230a96ff5906822b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
menuconfig GNUPLOT
	bool
	prompt "gnuplot"
	select ZLIB

config GNUPLOT_FITERRVARS
	bool
	prompt "Support for itting error variables"
	depends on GNUPLOT

config GNUPLOT_WITH_X
	bool
	prompt "X support"
	depends on GNUPLOT

config GNUPLOT_PLOT
	bool
	prompt "use Unix plot library"
	depends on GNUPLOT

config GNUPLOT_PNG
	bool
	prompt "PNG support"
	depends on GNUPLOT

config GNUPLOT_GD
	bool
	prompt "GD support"
	depends on GNUPLOT

config GNUPLOT_GIF
	bool
	prompt "GIF support"
	depends on GNUPLOT

config GNUPLOT_PDF
	bool
	prompt "PDF support"
	depends on GNUPLOT