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 /meta-gnome | |
parent | d01898b02877013d2bb70c09d255b0d4de626cfe (diff) | |
download | meta-openembedded-45b798b2880463813d0f6673615b54fcbdad1a02.tar.gz |
goffice: add librsvg dependency
* No package 'librsvg-2.0' found
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-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 5b46d9907..098e275a1 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" | |||
3 | LICENSE="GPLv2" | 3 | LICENSE="GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6dc33ff21e1ba1ac1a2a1069d361e29e" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6dc33ff21e1ba1ac1a2a1069d361e29e" |
5 | 5 | ||
6 | DEPENDS = "libxml-parser-perl-native glib-2.0 gtk+3 pango cairo libgsf libpcre libxml2 libart-lgpl" | 6 | DEPENDS = "libxml-parser-perl-native glib-2.0 gtk+3 pango cairo libgsf libpcre libxml2 libart-lgpl librsvg" |
7 | 7 | ||
8 | inherit gnome pkgconfig perlnative | 8 | inherit gnome pkgconfig perlnative |
9 | 9 | ||