summaryrefslogtreecommitdiffstats
path: root/rules/gnuplot.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-02-09 13:41:22 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-02-09 13:41:22 +0000
commit1497dfe09922a9a0a148e9da244abfb0d204dc1e (patch)
treee12f0b56b6d08be01e06388b4cf524e4df30821d /rules/gnuplot.in
parent8ebca2449f00851e10fe8f8e4e8e235b78f820b9 (diff)
downloadptxdist-1497dfe09922a9a0a148e9da244abfb0d204dc1e.tar.gz
ptxdist-1497dfe09922a9a0a148e9da244abfb0d204dc1e.tar.xz
* rules/Kconfig, rules/gnuplot.in, rules/gnuplot.make:
gnuplot fix + cleanup, libpng fix git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4546 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gnuplot.in')
-rw-r--r--rules/gnuplot.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/gnuplot.in b/rules/gnuplot.in
index 6534d9cfb..f1e31ba6b 100644
--- a/rules/gnuplot.in
+++ b/rules/gnuplot.in
@@ -2,6 +2,7 @@ menuconfig GNUPLOT
bool
prompt "gnuplot"
select ZLIB
+ select LIBPNG if GNUPLOT_PNG
help
A command-line driven interactive plotting program for
making 2D and 3D graphs from data and functions.