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:
Khem Raj 2022-04-09 07:32:01 -07:00
parent 668ed5c5c9
commit 150581b637

View File

@ -45,7 +45,8 @@ PACKAGECONFIG[qt5] = "--with-qt --with-qt5nativesysroot=${STAGING_DIR_NATIVE},--
EXTRA_OECONF = " \
--with-readline=${STAGING_LIBDIR}/.. \
-disable-wxwidgets \
--disable-wxwidgets \
--without-libcerf \
"
do_compile:prepend() {