From: Michael Smith Date: Thu, 4 Nov 2010 19:37:22 +0000 (-0400) Subject: metacity: depend on gnome-doc-utils to fix build X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=803372aca46704a86e89240f0d940b90d2970b58;p=openembedded.git 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 --- diff --git a/recipes/gnome/metacity_2.30.0.bb b/recipes/gnome/metacity_2.30.0.bb index d208839b18..3c34810729 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