]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsecret: add dependency on intltool-native
authorJoe Slater <jslater@windriver.com>
Tue, 10 Nov 2015 22:28:34 +0000 (14:28 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 25 Nov 2015 07:48:27 +0000 (07:48 +0000)
intltoolize is needed by configure.

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-gnome/libsecret/libsecret_0.18.2.bb

index 8fc00181f44bf4320666c16f4eabd2bf6058fb07..a1dcc7875ed6b5d5b218ac3dd222094ed2161ed8 100644 (file)
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
 
 inherit gnomebase gtk-doc
 
-DEPENDS = "glib-2.0 libgcrypt gettext-native"
+DEPENDS = "glib-2.0 libgcrypt gettext-native intltool-native"
 
 EXTRA_OECONF += "--disable-manpages"