diff options
author | Joshua Lock <josh@linux.intel.com> | 2009-12-22 15:31:56 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-01-04 10:33:58 +0000 |
commit | e3f37d65edd33821a2f0cc5b6b20ecbeceac1933 (patch) | |
tree | c319a6ac8b653e14f64c9843e3926f2f3826b198 /meta/packages/mutter | |
parent | 2d82287f4df9c3afb906a78890947df01741cefa (diff) | |
download | poky-e3f37d65edd33821a2f0cc5b6b20ecbeceac1933.tar.gz |
mutter: remove unneeded gettext dependancy
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/mutter')
-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 c9f7e30e2d..7352cf8a95 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-1.0 gdk-pixbuf-csource-native intltool glib-2.0-native gettext" | 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 = "r17" | 6 | PR = "r18" |
7 | PV = "2.28.1+git${SRCPV}" | 7 | PV = "2.28.1+git${SRCPV}" |
8 | inherit gnome update-alternatives | 8 | inherit gnome update-alternatives |
9 | 9 | ||