diff options
author | Ross Burton <ross.burton@intel.com> | 2016-04-20 13:11:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-22 16:28:56 +0100 |
commit | 04f7e2924868f16dd0229fdc1fabab74846e7b9c (patch) | |
tree | 799905162d270a4c7fcb28ea7df6ec7bf202cffb /meta/recipes-graphics/mx | |
parent | 2caf6e5a90e6f69e00bc17a605e4d3095c261a3e (diff) | |
download | poky-04f7e2924868f16dd0229fdc1fabab74846e7b9c.tar.gz |
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 <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mx')
-rw-r--r-- | meta/recipes-graphics/mx/mx.inc | 2 |
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 | |||
5 | # depends on clutter-1.0 which depends on cogl-1.0 | 5 | # depends on clutter-1.0 which depends on cogl-1.0 |
6 | REQUIRED_DISTRO_FEATURES = "opengl" | 6 | REQUIRED_DISTRO_FEATURES = "opengl" |
7 | 7 | ||
8 | DEPENDS = "clutter-1.0 dbus-glib gdk-pixbuf" | 8 | DEPENDS = "intltool-native clutter-1.0 dbus-glib gdk-pixbuf" |
9 | 9 | ||
10 | SRC_URI = "http://source.clutter-project.org/sources/mx/${@get_verdir("${PV}")}/mx-${PV}.tar.xz" | 10 | SRC_URI = "http://source.clutter-project.org/sources/mx/${@get_verdir("${PV}")}/mx-${PV}.tar.xz" |
11 | 11 | ||