summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-02-02 15:45:54 +0100
committerKoen Kooi <koen@openembedded.org>2009-02-02 15:45:54 +0100
commitdd15a6de33c82691a9494b6ee6f70a88a4c459cc (patch)
tree9a7a7e7f901097c5978a31b3d9a6a486e81f6339
parent13def15203892e57201790284d1c058b0195ca0f (diff)
gnuplot: use gdlib from staging, not from host
-rw-r--r--packages/gnuplot/gnuplot.inc2
-rw-r--r--packages/gnuplot/gnuplot_4.2.4.bb2
2 files changed, 2 insertions, 2 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
diff --git a/packages/gnuplot/gnuplot_4.2.4.bb b/packages/gnuplot/gnuplot_4.2.4.bb
index 478f6e2b0f..1df0c9fa21 100644
--- a/packages/gnuplot/gnuplot_4.2.4.bb
+++ b/packages/gnuplot/gnuplot_4.2.4.bb
@@ -1,6 +1,6 @@
require gnuplot.inc
-PR = "r0"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/gnuplot/${PN}-${PV}.tar.gz \
http://www.mneuroth.de/privat/zaurus/qtplot-0.2.tar.gz \