mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
rrdtool: add pango to DEPENDS
The configure script fails without pangocairo which is provided by pango. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
b7ff794b1e
commit
d68bda569b
|
|
@ -4,7 +4,9 @@ HOMEPAGE = "http://oss.oetiker.ch/rrdtool/"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=44fee82a1d2ed0676cf35478283e0aa0"
|
||||
|
||||
DEPENDS = "libpng zlib cairo glib-2.0 libxml2"
|
||||
DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://oss.oetiker.ch/rrdtool/pub/rrdtool-${PV}.tar.gz \
|
||||
file://0001-rrdtool-eradicate-tcl-support.patch \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user