mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 13:50:38 +00:00
gnuplot: Disable libcerf and fix typo
We do not carry recipe for libcerf, so disable it explicitly so the native builds are also a bit more deterministic. Fix a typo in knob to disable wxwidgets Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
668ed5c5c9
commit
150581b637
@ -45,7 +45,8 @@ PACKAGECONFIG[qt5] = "--with-qt --with-qt5nativesysroot=${STAGING_DIR_NATIVE},--
|
|||||||
|
|
||||||
EXTRA_OECONF = " \
|
EXTRA_OECONF = " \
|
||||||
--with-readline=${STAGING_LIBDIR}/.. \
|
--with-readline=${STAGING_LIBDIR}/.. \
|
||||||
-disable-wxwidgets \
|
--disable-wxwidgets \
|
||||||
|
--without-libcerf \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_compile:prepend() {
|
do_compile:prepend() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user