diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-11-09 16:46:08 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 15:50:45 +0000 |
commit | 0edeb76af401b23b57a895b472ff2995b2f842b5 (patch) | |
tree | 613d62abd1cad8406f73e9774d6e43b0a78f6096 /meta/recipes-graphics | |
parent | 0603b80bcf5df260765be3da4731554c9dd87250 (diff) | |
download | openembedded-core-0edeb76af401b23b57a895b472ff2995b2f842b5.tar.gz openembedded-core-0edeb76af401b23b57a895b472ff2995b2f842b5.tar.bz2 openembedded-core-0edeb76af401b23b57a895b472ff2995b2f842b5.zip |
mutter: switch to clutter-1.8 to satisfy dependency
It's API and ABI compatible with 1.6 so just update the DEPENDS entry.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/mutter/mutter.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mutter/mutter.inc b/meta/recipes-graphics/mutter/mutter.inc index d87c30eda3..4b73d97b53 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 |