]> code.ossystems Code Review - openembedded-core.git/commitdiff
mutter: add gettext to DEPENDS
authorJoshua Lock <josh@linux.intel.com>
Thu, 17 Dec 2009 16:24:13 +0000 (16:24 +0000)
committerJoshua Lock <josh@linux.intel.com>
Thu, 17 Dec 2009 17:44:17 +0000 (17:44 +0000)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/packages/mutter/mutter_git.bb

index 911a8600fdc37cb83ab6f0ec3b1076cd158bf9f9..c9f7e30e2d408619c482fc11704870bccbc3f5b6 100644 (file)
@@ -1,10 +1,10 @@
 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.0 gdk-pixbuf-csource-native intltool glib-2.0-native"
+DEPENDS = "startup-notification gtk+ gconf clutter-1.0 gdk-pixbuf-csource-native intltool glib-2.0-native gettext"
 # gobject-introspection
-PR = "r15"
-PV = "2.25.1+git${SRCPV}"
+PR = "r17"
+PV = "2.28.1+git${SRCPV}"
 inherit gnome update-alternatives
 
 # Gnome is the upstream but moblin is under more active development atm