mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +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:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user