mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01: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 = " \
|
||||
--with-readline=${STAGING_LIBDIR}/.. \
|
||||
-disable-wxwidgets \
|
||||
--disable-wxwidgets \
|
||||
--without-libcerf \
|
||||
"
|
||||
|
||||
do_compile:prepend() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user