summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/gnuplot/gnuplot.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/gnuplot/gnuplot.inc')
-rw-r--r--meta-oe/recipes-extended/gnuplot/gnuplot.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot.inc b/meta-oe/recipes-extended/gnuplot/gnuplot.inc
index 69bc74b047..19ee874e2d 100644
--- a/meta-oe/recipes-extended/gnuplot/gnuplot.inc
+++ b/meta-oe/recipes-extended/gnuplot/gnuplot.inc
@@ -15,9 +15,10 @@ acpaths = ""
15PACKAGECONFIG ??= "cairo" 15PACKAGECONFIG ??= "cairo"
16PACKAGECONFIG[cairo] = "--with-cairo,--without-cairo,cairo pango" 16PACKAGECONFIG[cairo] = "--with-cairo,--without-cairo,cairo pango"
17PACKAGECONFIG[lua] = "--with-lua,--without-lua,lua" 17PACKAGECONFIG[lua] = "--with-lua,--without-lua,lua"
18# there's compilation failure if qt4 is enabled
19PACKAGECONFIG[qt4] = "--with-qt,--without-qt,qt4-x11-free"
18 20
19EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR}/.. \ 21EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR}/.. \
20 --without-lisp-files \
21 --without-tutorial \ 22 --without-tutorial \
22 --disable-wxwidgets" 23 --disable-wxwidgets"
23 24