diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-14 18:05:54 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-14 18:05:54 +0100 |
commit | 69005b217bc95de41f9f4fb2c864c1aea71f5183 (patch) | |
tree | 0ef175302fe35ad00c4eeea4d837a070082253f3 /meta/packages/mutter/mutter_git.bb | |
parent | 28e4e3b431456ad9ec587203e611376695afba95 (diff) | |
download | poky-69005b217bc95de41f9f4fb2c864c1aea71f5183.tar.gz |
mutter: Depend on clutter-1.0
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/mutter/mutter_git.bb')
-rw-r--r-- | meta/packages/mutter/mutter_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/mutter/mutter_git.bb b/meta/packages/mutter/mutter_git.bb index cebdc7cf08..969619a8e3 100644 --- a/meta/packages/mutter/mutter_git.bb +++ b/meta/packages/mutter/mutter_git.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | SECTION = "x11/wm" | 1 | SECTION = "x11/wm" |
2 | DESCRIPTION = "Metacity is the boring window manager for the adult in you. Mutter is metacity + clutter." | 2 | DESCRIPTION = "Metacity is the boring window manager for the adult in you. Mutter is metacity + clutter." |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | DEPENDS = "startup-notification gtk+ gconf clutter gdk-pixbuf-csource-native intltool glib-2.0-native" | 4 | DEPENDS = "startup-notification gtk+ gconf clutter-1.0 gdk-pixbuf-csource-native intltool glib-2.0-native" |
5 | # gobject-introspection | 5 | # gobject-introspection |
6 | PR = "r10" | 6 | PR = "r12" |
7 | PV = "2.25.1+git${SRCPV}" | 7 | PV = "2.25.1+git${SRCPV}" |
8 | inherit gnome update-alternatives | 8 | inherit gnome update-alternatives |
9 | 9 | ||