mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
gcr: add libgcrypt dependency
* otherwise it tries to use libraries from wrong sysroot or sometimes it fails in do_configure already with: | configure.ac:160: warning: macro 'AM_PATH_LIBGCRYPT' not found in library | autoreconf: running: /OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/autoconf --force | configure.ac:160: error: possibly undefined macro: AM_PATH_LIBGCRYPT Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
41022dec46
commit
b502f38bc7
|
|
@ -5,7 +5,7 @@ BUGTRACKER = "https://bugzilla.gnome.org/"
|
|||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
|
||||
|
||||
DEPENDS = "gtk+3 p11-kit glib-2.0"
|
||||
DEPENDS = "gtk+3 p11-kit glib-2.0 libgcrypt"
|
||||
|
||||
inherit autotools gnomebase gtk-icon-cache gtk-doc
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user