summaryrefslogtreecommitdiffstats
path: root/rules/gnuplot.in
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2015-07-28 23:30:28 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-07-30 18:27:54 +0200
commitefd0e7c502101b69fd8f9d0643419416f7930165 (patch)
tree9e4fa03dee5b3368bf5b7c6f078156b853e31d48 /rules/gnuplot.in
parent01a658fcec11fff13a712dc879209ff1675af6ae (diff)
downloadptxdist-efd0e7c502101b69fd8f9d0643419416f7930165.tar.gz
ptxdist-efd0e7c502101b69fd8f9d0643419416f7930165.tar.xz
gnuplot: update configure options and gd support
Since 2009 a number of gnuplot versions from three different upstream branches were used in ptxdist, namely 4.2.x, 4.4.x and 4.6.x with the last update in 2013. Configure options were not checked with care, leaving behind options not supported for a long time or calling some options twice (maybe even with conflicting parameters). Configure options were reviewed and tested now with OSELAS.Toolchain-2012.12.1/arm-v5te-linux-gnueabi. Signed-off-by: Alexander Dahl <post@lespocky.de> [mol: fix dependencies] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gnuplot.in')
-rw-r--r--rules/gnuplot.in21
1 files changed, 2 insertions, 19 deletions
diff --git a/rules/gnuplot.in b/rules/gnuplot.in
index f25f2c118..05025bf22 100644
--- a/rules/gnuplot.in
+++ b/rules/gnuplot.in
@@ -6,8 +6,8 @@ menuconfig GNUPLOT
select GCCLIBS_CXX
select GCCLIBS_GCC_S
select ZLIB
- select LIBPNG if GNUPLOT_PNG
- select XORG_LIB_XT if GNUPLOT_X
+ select LIBGD if GNUPLOT_GD
+ 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.
@@ -49,26 +49,9 @@ config GNUPLOT_X
help
Enable the graphical X11 user interface of GNUplot
-config GNUPLOT_PLOT
- bool
- prompt "use Unix plot library"
- depends on BROKEN
- help
- If you link this program with the Unix plot library
- (rather outdated) it will be able to generate Unix
- plot output.
-
-config GNUPLOT_PNG
- bool
- prompt "PNG support"
- help
- Include support for PNG (Portable Network Graphics)
- graphics format
-
config GNUPLOT_GD
bool
prompt "GD support"
- depends on BROKEN
help
Use the GD library.
GD is an open source code library for the dynamic