mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
claws-mail: Add missing libgcrypt dependency
* otherwise fails with:
| claws-mail/3.9.0-r0/claws-mail-3.9.0/src/common/ssl.c:35:20:
fatal error: gcrypt.h: No such file or directory
| #include <gcrypt.h>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
SECTION = "x11/network"
|
SECTION = "x11/network"
|
||||||
SUMMARY = "Mail user agent"
|
SUMMARY = "Mail user agent"
|
||||||
DEPENDS = "gtk+ libetpan openssl aspell curl"
|
DEPENDS = "gtk+ libetpan openssl aspell curl libgcrypt"
|
||||||
LICENSE = "GPLv3"
|
LICENSE = "GPLv3"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e059bde2972c1790af786f3e86bac22e"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=e059bde2972c1790af786f3e86bac22e"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user