From 04f7e2924868f16dd0229fdc1fabab74846e7b9c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 20 Apr 2016 13:11:24 +0100 Subject: meta: add missing intltool-native dependency Recipes that use intltool need to depend on intltool-native. (From OE-Core rev: 271f35fb209ec29700c2cdf13c0b82d9f853f24d) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/mx/mx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/mx/mx.inc b/meta/recipes-graphics/mx/mx.inc index 4f1095793d..b6f5b7ca61 100644 --- a/meta/recipes-graphics/mx/mx.inc +++ b/meta/recipes-graphics/mx/mx.inc @@ -5,7 +5,7 @@ inherit clutter autotools-brokensep distro_features_check gobject-introspection # depends on clutter-1.0 which depends on cogl-1.0 REQUIRED_DISTRO_FEATURES = "opengl" -DEPENDS = "clutter-1.0 dbus-glib gdk-pixbuf" +DEPENDS = "intltool-native clutter-1.0 dbus-glib gdk-pixbuf" SRC_URI = "http://source.clutter-project.org/sources/mx/${@get_verdir("${PV}")}/mx-${PV}.tar.xz" -- cgit 1.2.3-korg