diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 14:02:03 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-30 11:17:08 +0200 |
commit | d4832b9919a3e61251c3ab294fdc28c0f5ffbd7d (patch) | |
tree | 36d95eca1bbf9a749b6b972311dff20bd6342f20 /meta-oe/recipes-connectivity | |
parent | db4e0caccab0b5bc1bc59307d6289e8bf9793bc9 (diff) | |
download | meta-openembedded-d4832b9919a3e61251c3ab294fdc28c0f5ffbd7d.tar.gz |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 8375386a4..c8642768d 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/" | |||
4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPLv2.1" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c4f38aef94828f6b280e00d1173be689" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c4f38aef94828f6b280e00d1173be689" |
6 | 6 | ||
7 | DEPENDS = "glib-2.0 libcheck openssl" | 7 | DEPENDS = "glib-2.0 libcheck openssl libidn" |
8 | 8 | ||
9 | inherit gnomebase | 9 | inherit gnomebase |
10 | 10 | ||