From: Martin Jansa Date: Sun, 21 Jul 2013 12:02:03 +0000 (+0200) Subject: loudmouth: add dependency on libidn X-Git-Tag: rev_ivi_2015_02_04~2973 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=788f930baaddcfb96f678187f5ecd8fef2496ab2;p=scm%2Fbb%2Ftizen-distro.git 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 (From meta-openembedded rev: d4832b9919a3e61251c3ab294fdc28c0f5ffbd7d) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- diff --git a/meta-openembedded/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb b/meta-openembedded/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb index 8375386..c864276 100644 --- a/meta-openembedded/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb +++ b/meta-openembedded/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