| Submitter | Joshua Lock |
|---|---|
| Date | Nov. 10, 2011, 1:29 a.m. |
| Message ID | <b829655647916f352219fd05c080a04290fd04e8.1320888203.git.josh@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/14671/ |
| State | Accepted |
| Commit | 0edeb76af401b23b57a895b472ff2995b2f842b5 |
| 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(-)