diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-08 09:13:50 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:29 +0200 |
commit | 45b798b2880463813d0f6673615b54fcbdad1a02 (patch) | |
tree | ff4013441fce3e30327e69864afce04143ca4938 | |
parent | d01898b02877013d2bb70c09d255b0d4de626cfe (diff) | |
download | ast2050-yocto-openembedded-45b798b2880463813d0f6673615b54fcbdad1a02.zip ast2050-yocto-openembedded-45b798b2880463813d0f6673615b54fcbdad1a02.tar.gz |
goffice: add librsvg dependency
* No package 'librsvg-2.0' found
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-gnome/recipes-support/goffice/goffice_0.10.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb b/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb index 5b46d99..098e275 100644 --- a/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb +++ b/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb @@ -3,7 +3,7 @@ DESCRIPTION="Gnome Office Library" LICENSE="GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=6dc33ff21e1ba1ac1a2a1069d361e29e" -DEPENDS = "libxml-parser-perl-native glib-2.0 gtk+3 pango cairo libgsf libpcre libxml2 libart-lgpl" +DEPENDS = "libxml-parser-perl-native glib-2.0 gtk+3 pango cairo libgsf libpcre libxml2 libart-lgpl librsvg" inherit gnome pkgconfig perlnative |