diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-08-14 13:13:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:14:12 +0100 |
commit | 483abbe91c1320d6c6e3e7a5824de80e427aa50e (patch) | |
tree | c0122c994eff780edd8942c09953a80753974e83 /meta | |
parent | 91b6d2cf08c5c6ad58f0f9a85a3536a9034342b8 (diff) | |
download | openembedded-core-483abbe91c1320d6c6e3e7a5824de80e427aa50e.tar.gz openembedded-core-483abbe91c1320d6c6e3e7a5824de80e427aa50e.tar.bz2 openembedded-core-483abbe91c1320d6c6e3e7a5824de80e427aa50e.zip |
at-spi2-core: add intltool-native dependency
* configure fails without it
at-spi2-core/2.8.0-r0/temp/run.do_configure.372: intltoolize: not found
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.8.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/atk/at-spi2-core_2.8.0.bb b/meta/recipes-support/atk/at-spi2-core_2.8.0.bb index 34cdcbba61..8403d6543e 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.8.0.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.8.0.bb @@ -8,7 +8,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" SRC_URI[md5sum] = "93b57d5d56d15d1222ddf2386e2f869f" SRC_URI[sha256sum] = "1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458" -DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst" +DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native" inherit autotools gtk-doc |