diff options
| author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2016-11-07 18:05:02 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:24:42 +0100 |
| commit | 2372fb641257a81547a20483bda4913f90605997 (patch) | |
| tree | 32f85b96ab3e74342ecbabe6269c6cbe8187a992 /meta-oe/recipes-extended/gnuplot/gnuplot.inc | |
| parent | b70dd8f2af20bdafcdcec0db4ad4fb5b4e688e35 (diff) | |
| download | meta-openembedded-2372fb641257a81547a20483bda4913f90605997.tar.gz | |
gnuplot: upgrade to 5.0.5
Add PACKAGECONFIG for 'qt4' and default to not enable it as there's
do_compile failure when qt4 is enabled.
The obsolete '--without-lisp-files' option is removed.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/gnuplot/gnuplot.inc')
| -rw-r--r-- | meta-oe/recipes-extended/gnuplot/gnuplot.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot.inc b/meta-oe/recipes-extended/gnuplot/gnuplot.inc index 69bc74b047..19ee874e2d 100644 --- a/meta-oe/recipes-extended/gnuplot/gnuplot.inc +++ b/meta-oe/recipes-extended/gnuplot/gnuplot.inc | |||
| @@ -15,9 +15,10 @@ acpaths = "" | |||
| 15 | PACKAGECONFIG ??= "cairo" | 15 | PACKAGECONFIG ??= "cairo" |
| 16 | PACKAGECONFIG[cairo] = "--with-cairo,--without-cairo,cairo pango" | 16 | PACKAGECONFIG[cairo] = "--with-cairo,--without-cairo,cairo pango" |
| 17 | PACKAGECONFIG[lua] = "--with-lua,--without-lua,lua" | 17 | PACKAGECONFIG[lua] = "--with-lua,--without-lua,lua" |
| 18 | # there's compilation failure if qt4 is enabled | ||
| 19 | PACKAGECONFIG[qt4] = "--with-qt,--without-qt,qt4-x11-free" | ||
| 18 | 20 | ||
| 19 | EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR}/.. \ | 21 | EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR}/.. \ |
| 20 | --without-lisp-files \ | ||
| 21 | --without-tutorial \ | 22 | --without-tutorial \ |
| 22 | --disable-wxwidgets" | 23 | --disable-wxwidgets" |
| 23 | 24 | ||
