diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-18 08:15:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-20 15:24:56 +0100 |
commit | 80b7940cd2b98fd81e0f9c8b414a0ac9078f7e92 (patch) | |
tree | 14dbba70332ef19f07da28434cfa57a56655a658 /meta/recipes-gnome | |
parent | ed40a1c776ba3d59f03250b2eb9cfae9b8afadd5 (diff) | |
download | openembedded-core-80b7940cd2b98fd81e0f9c8b414a0ac9078f7e92.tar.gz openembedded-core-80b7940cd2b98fd81e0f9c8b414a0ac9078f7e92.tar.bz2 openembedded-core-80b7940cd2b98fd81e0f9c8b414a0ac9078f7e92.zip |
metacity: Add gnome-doc-utils to DEPENDS
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/metacity_2.30.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gnome/metacity_2.30.3.bb b/meta/recipes-gnome/gnome/metacity_2.30.3.bb index 44e21c9c6b..92ddd6897a 100644 --- a/meta/recipes-gnome/gnome/metacity_2.30.3.bb +++ b/meta/recipes-gnome/gnome/metacity_2.30.3.bb @@ -4,8 +4,8 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ file://src/include/main.h;endline=24;md5=c2242df552c880280315989bab626b90" -DEPENDS = "startup-notification gtk+ gconf gdk-pixbuf-native libcanberra" -PR = "r1" +DEPENDS = "startup-notification gtk+ gconf gdk-pixbuf-native libcanberra gnome-doc-utils" +PR = "r2" inherit gnome update-alternatives |