From f3074ef2d1ee7a22df71d34913d96f1d894bbfc3 Mon Sep 17 00:00:00 2001 From: Junqian Gordon Xu Date: Sun, 30 Mar 2008 13:12:17 +0000 Subject: gnuplot: fix configure * remove unnecessary depends (wxwidgets, etc) and configure option * fix SRC_DATE in 4.3.0+cvs * bump default to 4.2.3 --- packages/gnuplot/gnuplot.inc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'packages/gnuplot/gnuplot.inc') diff --git a/packages/gnuplot/gnuplot.inc b/packages/gnuplot/gnuplot.inc index 9f1eebf003..bf442527af 100644 --- a/packages/gnuplot/gnuplot.inc +++ b/packages/gnuplot/gnuplot.inc @@ -4,18 +4,16 @@ HOMEPAGE = "http://www.gnuplot.info/" SECTION = "console/scientific" LICENSE = "BSD-4" PRIORITY = "optional" -DEPENDS = "pango cairo virtual/libx11 libpng gd readline" +DEPENDS = "virtual/libx11 readline" inherit autotools acpaths = "" EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR}/.. \ - --without-plot \ - --with-png=${STAGING_LIBDIR}/.. \ - --with-gd=${STAGING_LIBDIR}/.. \ --without-lisp-files \ - --without-tutorial" + --without-tutorial \ + --disable-wxwidgets" do_compile_prepend() { install -m 0644 ${WORKDIR}/qtplot-0.2/qtopia.trm ${S}/term/ -- cgit v1.2.3