mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
gnuplot: Add PACKAGECONFIG for cairo
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -4,12 +4,15 @@ HOMEPAGE = "http://www.gnuplot.info/"
|
|||||||
SECTION = "console/scientific"
|
SECTION = "console/scientific"
|
||||||
LICENSE = "BSD-4"
|
LICENSE = "BSD-4"
|
||||||
LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f"
|
LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f"
|
||||||
DEPENDS = "virtual/libx11 gd cairo readline"
|
DEPENDS = "virtual/libx11 gd readline"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
acpaths = ""
|
acpaths = ""
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= "cairo"
|
||||||
|
PACKAGECONFIG[cairo] = "--with-cairo,--without-cairo,cairo pango"
|
||||||
|
|
||||||
EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR}/.. \
|
EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR}/.. \
|
||||||
--without-lisp-files \
|
--without-lisp-files \
|
||||||
--without-tutorial \
|
--without-tutorial \
|
||||||
|
|||||||
Reference in New Issue
Block a user