[oe-commits] Michael Smith : metacity: depend on gnome-doc-utils to fix build

git version control git at git.openembedded.org
Thu Nov 4 19:45:50 UTC 2010


Module: openembedded.git
Branch: master
Commit: 803372aca46704a86e89240f0d940b90d2970b58
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=803372aca46704a86e89240f0d940b90d2970b58

Author: Michael Smith <msmith at cbnco.com>
Date:   Thu Nov  4 15:37:22 2010 -0400

metacity: depend on gnome-doc-utils to fix build

Otherwise autocruft complains about missing HAVE_GNOME_DOC_UTILS
conditional in gnome-doc-utils.make.

Signed-off-by: Michael Smith <msmith at cbnco.com>

---

 recipes/gnome/metacity_2.30.0.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gnome/metacity_2.30.0.bb b/recipes/gnome/metacity_2.30.0.bb
index d208839..3c34810 100644
--- a/recipes/gnome/metacity_2.30.0.bb
+++ b/recipes/gnome/metacity_2.30.0.bb
@@ -1,9 +1,9 @@
 SECTION = "x11/wm"
 DESCRIPTION = "Metacity is the boring window manager for the adult in you."
 LICENSE = "GPL"
-DEPENDS = "libcanberra libwnck startup-notification gtk+ gconf gdk-pixbuf-csource-native"
+DEPENDS = "libcanberra libwnck startup-notification gtk+ gconf gdk-pixbuf-csource-native gnome-doc-utils"
 
-PR = "r1"
+PR = "r2"
 
 inherit gnome update-alternatives
 





More information about the Openembedded-commits mailing list