mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-16 06:30:16 +00:00
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:
committed by
Martin Jansa
parent
b70dd8f2af
commit
2372fb6412
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user