From 3f99d772bbc65c3acbd3a493da67442529473d43 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 21 Jul 2013 14:02:03 +0200 Subject: loudmouth: add dependency on libidn * it's autodetected from sysroot and configure doesn't allow to disable it explicitly * feel free to add configure option and PACKAGECONFIG if this extra dependency bothers you Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb index 8375386a41..c8642768db 100644 --- a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb +++ b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.loudmouth-project.org/" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=c4f38aef94828f6b280e00d1173be689" -DEPENDS = "glib-2.0 libcheck openssl" +DEPENDS = "glib-2.0 libcheck openssl libidn" inherit gnomebase -- cgit 1.2.3-korg