mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
08075ae622
commit
3f99d772bb
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user