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>
This commit is contained in:
Qi.Chen@windriver.com
2016-11-07 18:05:02 +08:00
committed by Martin Jansa
parent b70dd8f2af
commit 2372fb6412
4 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -15,9 +15,10 @@ acpaths = ""
PACKAGECONFIG ??= "cairo"
PACKAGECONFIG[cairo] = "--with-cairo,--without-cairo,cairo pango"
PACKAGECONFIG[lua] = "--with-lua,--without-lua,lua"
# there's compilation failure if qt4 is enabled
PACKAGECONFIG[qt4] = "--with-qt,--without-qt,qt4-x11-free"
EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR}/.. \
--without-lisp-files \
--without-tutorial \
--disable-wxwidgets"