summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2009-12-22 15:31:56 +0000
committerJoshua Lock <josh@linux.intel.com>2010-01-04 10:33:58 +0000
commite3f37d65edd33821a2f0cc5b6b20ecbeceac1933 (patch)
treec319a6ac8b653e14f64c9843e3926f2f3826b198 /meta
parent2d82287f4df9c3afb906a78890947df01741cefa (diff)
downloadpoky-e3f37d65edd33821a2f0cc5b6b20ecbeceac1933.tar.gz
mutter: remove unneeded gettext dependancy
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/mutter/mutter_git.bb4
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 @@
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.0 gdk-pixbuf-csource-native intltool glib-2.0-native gettext" 4DEPENDS = "startup-notification gtk+ gconf clutter-1.0 gdk-pixbuf-csource-native intltool glib-2.0-native"
5# gobject-introspection 5# gobject-introspection
6PR = "r17" 6PR = "r18"
7PV = "2.28.1+git${SRCPV}" 7PV = "2.28.1+git${SRCPV}"
8inherit gnome update-alternatives 8inherit gnome update-alternatives
9 9