aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-04-20 13:11:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-22 16:28:35 +0100
commit271f35fb209ec29700c2cdf13c0b82d9f853f24d (patch)
treeb9bff3bfda3872918f0a13f0b17ab2119dd5af9e /meta/recipes-graphics
parente199b1f950bc7a4e5ca98e97b452cd34982cbb87 (diff)
downloadopenembedded-core-271f35fb209ec29700c2cdf13c0b82d9f853f24d.tar.gz
meta: add missing intltool-native dependency
Recipes that use intltool need to depend on intltool-native. Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/mx/mx.inc2
1 files changed, 1 insertions, 1 deletions
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"