From 0ee108356873f69229642d0c6f025f3328c5ff2f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 21 Jun 2014 11:02:06 +0200 Subject: recipes: add missing dependency on intltool-native * These recipes all require intltool-native to build but were missing a dependency on it. Signed-off-by: Richard Purdie Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-gnome/recipes-gnome/metacity') diff --git a/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb b/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb index e0b8b93fba..fc0a977901 100644 --- a/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb +++ b/meta-gnome/recipes-gnome/metacity/metacity_2.34.13.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ file://src/include/main.h;endline=24;md5=c2242df552c880280315989bab626b90" -DEPENDS = "gsettings-desktop-schemas startup-notification gtk+ gconf gdk-pixbuf-native libcanberra gnome-doc-utils libgtop" +DEPENDS = "gsettings-desktop-schemas startup-notification gtk+ gconf gdk-pixbuf-native libcanberra gnome-doc-utils libgtop intltool-native" PR = "r1" inherit gnomebase update-alternatives -- cgit v1.2.3-54-g00ecf