diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-26 01:04:12 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-17 19:14:32 +0200 |
commit | 784427fd2db4b32cb62b2f02ad0645c177b588a1 (patch) | |
tree | 5b547458352e2e9b0a12851818e043b6e8604807 /meta-oe/recipes-extended/gnuplot | |
parent | d08092bc3023b1e0cb4d06e8c787df869ac7c1f7 (diff) | |
download | meta-openembedded-784427fd2db4b32cb62b2f02ad0645c177b588a1.tar.gz |
gnuplot: Add PACKAGECONFIG for cairo
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/gnuplot')
-rw-r--r-- | meta-oe/recipes-extended/gnuplot/gnuplot.inc | 5 |
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/" | |||
4 | SECTION = "console/scientific" | 4 | SECTION = "console/scientific" |
5 | LICENSE = "BSD-4" | 5 | LICENSE = "BSD-4" |
6 | LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f" | 6 | LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f" |
7 | DEPENDS = "virtual/libx11 gd cairo readline" | 7 | DEPENDS = "virtual/libx11 gd readline" |
8 | 8 | ||
9 | inherit autotools | 9 | inherit autotools |
10 | 10 | ||
11 | acpaths = "" | 11 | acpaths = "" |
12 | 12 | ||
13 | PACKAGECONFIG ??= "cairo" | ||
14 | PACKAGECONFIG[cairo] = "--with-cairo,--without-cairo,cairo pango" | ||
15 | |||
13 | EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR}/.. \ | 16 | EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR}/.. \ |
14 | --without-lisp-files \ | 17 | --without-lisp-files \ |
15 | --without-tutorial \ | 18 | --without-tutorial \ |