1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

mutter: add gettext to DEPENDS

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2009-12-17 16:24:13 +00:00
parent b703ee6a72
commit f35aab2e94
+3 -3
View 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