From 555b3d6e3dc2703297014f161789ea932f71fa54 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 7 Jul 2014 11:45:19 +0200 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-sato/claws-mail/claws-mail_3.9.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') 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 70720462fb..2967ed09be 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 @@ SECTION = "x11/network" SUMMARY = "Mail user agent" -DEPENDS = "gtk+ libetpan openssl aspell curl" +DEPENDS = "gtk+ libetpan openssl aspell curl libgcrypt" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=e059bde2972c1790af786f3e86bac22e" -- cgit 1.2.3-korg