libetpan: Add dependency on curl

* configure doesn't allow to disable it explicitly

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2013-08-25 20:23:24 +02:00
parent b65e83af0a
commit 7220042d9a

View File

@ -2,7 +2,7 @@ DESCRIPTION = "libetpan is a library for communicating with mail and news server
It supports the protocols SMTP, POP3, IMAP and NNTP."
HOMEPAGE = "http://www.etpan.org"
SECTION = "libs"
DEPENDS = "gnutls liblockfile"
DEPENDS = "gnutls liblockfile curl"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f18ebe7e452708c26f83954f81062ba7"