diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-03-30 13:12:17 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-03-30 13:12:17 +0000 |
commit | f3074ef2d1ee7a22df71d34913d96f1d894bbfc3 (patch) | |
tree | 2fa8597b107d11d658fcf83a8cbde9c97e0dcd34 /packages/gnuplot/gnuplot.inc | |
parent | 45a272895388fdcd5a02579ecbdb1fea8ac65c3f (diff) |
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
Diffstat (limited to 'packages/gnuplot/gnuplot.inc')
-rw-r--r-- | packages/gnuplot/gnuplot.inc | 8 |
1 files changed, 3 insertions, 5 deletions
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/ |