[oe] [PATCH] pangomm,goffice: Add missing dependencies

Ulf Samuelsson ulf at emagii.com
Thu Nov 21 08:23:50 UTC 2013


Signed-off-by: Ulf Samuelsson <ulf at emagii.com>
---
 .../recipes-support/goffice/goffice_0.10.1.bb      |    5 ++++-
 meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb   |    2 +-
 2 files changed, 5 insertions(+), 2 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..77dd60e 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,10 @@ 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 gdk-pixbuf"
+
+# The following dependencies exists, but are they handled in OpenEmbedded?
+# DEPENDS = "gobject-2.0 gmodule-2.0 gio-2.0"
 
 inherit gnome pkgconfig perlnative
 
diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb b/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb
index 4419113..302062c 100644
--- a/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb
+++ b/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
 
 PR = "r2"
 
-DEPENDS = "mm-common cairomm glibmm"
+DEPENDS = "mm-common cairomm glibmm pango"
 
 SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
 
-- 
1.7.9.5




More information about the Openembedded-devel mailing list