diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-07 11:45:19 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:46 +0200 |
commit | 555b3d6e3dc2703297014f161789ea932f71fa54 (patch) | |
tree | b9411dd00e351fe3d5b6eab2dddb47a341112e83 | |
parent | 70d15b5a189977527737aee5656f07fc525268f0 (diff) | |
download | meta-openembedded-555b3d6e3dc2703297014f161789ea932f71fa54.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb b/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb index 70720462f..2967ed09b 100644 --- a/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb +++ b/meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SECTION = "x11/network" | 1 | SECTION = "x11/network" |
2 | SUMMARY = "Mail user agent" | 2 | SUMMARY = "Mail user agent" |
3 | DEPENDS = "gtk+ libetpan openssl aspell curl" | 3 | DEPENDS = "gtk+ libetpan openssl aspell curl libgcrypt" |
4 | LICENSE = "GPLv3" | 4 | LICENSE = "GPLv3" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e059bde2972c1790af786f3e86bac22e" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e059bde2972c1790af786f3e86bac22e" |
6 | 6 | ||