diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-02 15:45:54 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-02 15:45:54 +0100 |
commit | dd15a6de33c82691a9494b6ee6f70a88a4c459cc (patch) | |
tree | 9a7a7e7f901097c5978a31b3d9a6a486e81f6339 /packages/gnuplot/gnuplot.inc | |
parent | 13def15203892e57201790284d1c058b0195ca0f (diff) |
gnuplot: use gdlib from staging, not from host
Diffstat (limited to 'packages/gnuplot/gnuplot.inc')
-rw-r--r-- | packages/gnuplot/gnuplot.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gnuplot/gnuplot.inc b/packages/gnuplot/gnuplot.inc index bf442527af..30affad357 100644 --- a/packages/gnuplot/gnuplot.inc +++ b/packages/gnuplot/gnuplot.inc @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.gnuplot.info/" SECTION = "console/scientific" LICENSE = "BSD-4" PRIORITY = "optional" -DEPENDS = "virtual/libx11 readline" +DEPENDS = "virtual/libx11 gd cairo readline" inherit autotools |