From fd35c69702ee8920504f35bbfb463346068f8541 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 15 Jul 2014 20:54:23 +0200 Subject: [PATCH] pidgin: add missing dependency on intltool-native Signed-off-by: Martin Jansa --- meta-oe/recipes-support/pidgin/pidgin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/pidgin/pidgin.inc b/meta-oe/recipes-support/pidgin/pidgin.inc index 0973b21ac8..8eac64a553 100644 --- a/meta-oe/recipes-support/pidgin/pidgin.inc +++ b/meta-oe/recipes-support/pidgin/pidgin.inc @@ -2,7 +2,7 @@ DESCRIPTION = "multi-protocol instant messaging client" SECTION = "x11/network" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" -DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus" +DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus intltool-native" INC_PR = "r3" inherit autotools gettext pkgconfig gconf perlnative