diff options
author | Joshua Lock <josh@linux.intel.com> | 2009-12-17 16:24:13 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2009-12-17 17:44:17 +0000 |
commit | f35aab2e9481a31a60585056b712852ecba13363 (patch) | |
tree | 6e83157a6ff4f2a8ef1516da5f3823ccf1f98449 | |
parent | b703ee6a7237a3a11e9ddba2d9f6d5481fec52cd (diff) | |
download | poky-f35aab2e9481a31a60585056b712852ecba13363.tar.gz |
mutter: add gettext to DEPENDS
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r-- | meta/packages/mutter/mutter_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/mutter/mutter_git.bb b/meta/packages/mutter/mutter_git.bb index 911a8600fd..c9f7e30e2d 100644 --- a/meta/packages/mutter/mutter_git.bb +++ b/meta/packages/mutter/mutter_git.bb | |||
@@ -1,10 +1,10 @@ | |||
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" | 4 | DEPENDS = "startup-notification gtk+ gconf clutter-1.0 gdk-pixbuf-csource-native intltool glib-2.0-native gettext" |
5 | # gobject-introspection | 5 | # gobject-introspection |
6 | PR = "r15" | 6 | PR = "r17" |
7 | PV = "2.25.1+git${SRCPV}" | 7 | PV = "2.28.1+git${SRCPV}" |
8 | inherit gnome update-alternatives | 8 | inherit gnome update-alternatives |
9 | 9 | ||
10 | # Gnome is the upstream but moblin is under more active development atm | 10 | # Gnome is the upstream but moblin is under more active development atm |