From 803372aca46704a86e89240f0d940b90d2970b58 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 4 Nov 2010 15:37:22 -0400 Subject: [PATCH] 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 --- recipes/gnome/metacity_2.30.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5