summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb b/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb
index 087b69faae..7343a08c7d 100644
--- a/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb
+++ b/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb
@@ -45,7 +45,8 @@ PACKAGECONFIG[qt5] = "--with-qt --with-qt5nativesysroot=${STAGING_DIR_NATIVE},--
45 45
46EXTRA_OECONF = " \ 46EXTRA_OECONF = " \
47 --with-readline=${STAGING_LIBDIR}/.. \ 47 --with-readline=${STAGING_LIBDIR}/.. \
48 -disable-wxwidgets \ 48 --disable-wxwidgets \
49 --without-libcerf \
49" 50"
50 51
51do_compile:prepend() { 52do_compile:prepend() {