| Submitter | Joshua Lock |
|---|---|
| Date | Nov. 30, 2011, 12:33 a.m. |
| Message ID | <286d13af0f98bc0d08a1f3606e6de8746095251f.1322606832.git.josh@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/15751/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-graphics/mutter/mutter.inc b/meta/recipes-graphics/mutter/mutter.inc index d87c30e..4b73d97 100644 --- a/meta/recipes-graphics/mutter/mutter.inc +++ b/meta/recipes-graphics/mutter/mutter.inc @@ -1,7 +1,7 @@ SECTION = "x11/wm" DESCRIPTION = "Metacity is the boring window manager for the adult in you. Mutter is metacity + clutter." LICENSE = "GPLv2" -DEPENDS = "startup-notification gtk+ gconf clutter-1.6 gdk-pixbuf-native intltool glib-2.0-native" +DEPENDS = "startup-notification gtk+ gconf clutter-1.8 gdk-pixbuf-native intltool glib-2.0-native" # gobject-introspection inherit gnome update-alternatives
It's API and ABI compatible with 1.6 so just update the DEPENDS entry. Signed-off-by: Joshua Lock <josh@linux.intel.com> --- meta/recipes-graphics/mutter/mutter.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)