diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-18 18:24:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-01 17:43:56 +0000 |
commit | 91bc6fa5e20291b0ca1c6e60707086b1466339f9 (patch) | |
tree | b6030394dfaf1bb96aa1ec9515a03c4154a24698 /meta/recipes-gnome | |
parent | e15a2d14002024d30b42270e41ee349577674ddf (diff) | |
download | poky-91bc6fa5e20291b0ca1c6e60707086b1466339f9.tar.gz |
gnome-doc-utils: Add missing glib-2.0 dependency
(From OE-Core rev: c367a2d2f4b817211b6bd200e49b49355cd67fe2)
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.inc | 4 |
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 @@ | |||
1 | LICENSE = "GPL & LGPL" | 1 | LICENSE = "GPL & LGPL" |
2 | DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native" | 2 | DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0" |
3 | DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native" | 3 | DEPENDS_virtclass-native = "libxml2-native libxslt-native intltool-native glib-2.0-native" |
4 | 4 | ||
5 | inherit gnome gettext python-dir | 5 | inherit gnome gettext python-dir |
6 | 6 | ||