From 1890a0f3b2c68c0350c179f01c781bc6d3e2d093 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 18 Oct 2011 18:24:55 +0100 Subject: [PATCH] gnome-doc-utils: Add missing glib-2.0 dependency (From OE-Core rev: c367a2d2f4b817211b6bd200e49b49355cd67fe2) (From OE-Core rev: f4555a27bcc2174d30c1ea4ab7785325766b7c4e) Signed-off-by: Richard Purdie --- meta/recipes-gnome/gnome/gnome-doc-utils.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index b1aef3b609..0047a1d15c 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc @@ -1,6 +1,6 @@ LICENSE = "GPL & LGPL" -DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native" -DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native" +DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0" +DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native glib-2.0-native" inherit gnome gettext python-dir