1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

metacity-clutter: Add intltool to DEPENDS

This commit is contained in:
Richard Purdie
2009-01-05 14:33:13 +00:00
parent 86ee5390e1
commit 5273e39edf
+1 -1
View File
@@ -1,7 +1,7 @@
SECTION = "x11/wm" SECTION = "x11/wm"
DESCRIPTION = "Metacity is the boring window manager for the adult in you." DESCRIPTION = "Metacity is the boring window manager for the adult in you."
LICENSE = "GPL" LICENSE = "GPL"
DEPENDS = "startup-notification gtk+ gconf clutter-0.8 gdk-pixbuf-csource-native" DEPENDS = "startup-notification gtk+ gconf clutter-0.8 gdk-pixbuf-csource-native intltool"
PR = "r5" PR = "r5"
PV = "2.25.1+git${SRCREV}" PV = "2.25.1+git${SRCREV}"
inherit gnome update-alternatives inherit gnome update-alternatives