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.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot.inc b/meta-oe/recipes-extended/gnuplot/gnuplot.inc
index b72bbd732c..96d6ee2cc0 100644
--- a/meta-oe/recipes-extended/gnuplot/gnuplot.inc
+++ b/meta-oe/recipes-extended/gnuplot/gnuplot.inc
@@ -4,12 +4,15 @@ HOMEPAGE = "http://www.gnuplot.info/"
4SECTION = "console/scientific" 4SECTION = "console/scientific"
5LICENSE = "BSD-4" 5LICENSE = "BSD-4"
6LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f" 6LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f"
7DEPENDS = "virtual/libx11 gd cairo readline" 7DEPENDS = "virtual/libx11 gd readline"
8 8
9inherit autotools 9inherit autotools
10 10
11acpaths = "" 11acpaths = ""
12 12
13PACKAGECONFIG ??= "cairo"
14PACKAGECONFIG[cairo] = "--with-cairo,--without-cairo,cairo pango"
15
13EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR}/.. \ 16EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR}/.. \
14 --without-lisp-files \ 17 --without-lisp-files \
15 --without-tutorial \ 18 --without-tutorial \