summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mutter
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-11-09 16:46:08 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-30 15:50:53 +0000
commit4f882962447be2aec9d76cbeb70ef393d7b2589c (patch)
tree0764ef46cf138bed143d6770c98ef0a5525aa361 /meta/recipes-graphics/mutter
parent1f707755069ec96a6c21449cc616a9856a5dfc8c (diff)
downloadpoky-4f882962447be2aec9d76cbeb70ef393d7b2589c.tar.gz
mutter: switch to clutter-1.8 to satisfy dependency
It's API and ABI compatible with 1.6 so just update the DEPENDS entry. (From OE-Core rev: 0edeb76af401b23b57a895b472ff2995b2f842b5) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mutter')
-rw-r--r--meta/recipes-graphics/mutter/mutter.inc2
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 @@
1SECTION = "x11/wm" 1SECTION = "x11/wm"
2DESCRIPTION = "Metacity is the boring window manager for the adult in you. Mutter is metacity + clutter." 2DESCRIPTION = "Metacity is the boring window manager for the adult in you. Mutter is metacity + clutter."
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4DEPENDS = "startup-notification gtk+ gconf clutter-1.6 gdk-pixbuf-native intltool glib-2.0-native" 4DEPENDS = "startup-notification gtk+ gconf clutter-1.8 gdk-pixbuf-native intltool glib-2.0-native"
5# gobject-introspection 5# gobject-introspection
6inherit gnome update-alternatives 6inherit gnome update-alternatives
7 7