summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-18 18:24:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:38:07 +0000
commit1890a0f3b2c68c0350c179f01c781bc6d3e2d093 (patch)
treea0c212f82989046dd06cc0cad6cf5007f61e5756 /meta/recipes-gnome
parent2dbcd4154ccb7e102cde9a96c8bffa0e7778f461 (diff)
downloadpoky-1890a0f3b2c68c0350c179f01c781bc6d3e2d093.tar.gz
gnome-doc-utils: Add missing glib-2.0 dependency
(From OE-Core rev: c367a2d2f4b817211b6bd200e49b49355cd67fe2) (From OE-Core rev: f4555a27bcc2174d30c1ea4ab7785325766b7c4e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gnome/gnome-doc-utils.inc4
1 files 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 @@
1LICENSE = "GPL & LGPL" 1LICENSE = "GPL & LGPL"
2DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native" 2DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0"
3DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native" 3DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native glib-2.0-native"
4 4
5inherit gnome gettext python-dir 5inherit gnome gettext python-dir
6 6