From: Graeme Gregory Date: Tue, 6 Feb 2007 13:44:05 +0000 (+0000) Subject: claws-mail_2.7.2.bb : this version needs openssl to do tls X-Git-Tag: Release-2010-05/1~9271^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6787e2beb7890d5f8879d42a2e83dbfb97623cf2;p=openembedded.git claws-mail_2.7.2.bb : this version needs openssl to do tls --- diff --git a/packages/sylpheed/claws-mail_2.7.2.bb b/packages/sylpheed/claws-mail_2.7.2.bb index bed205766b..6a698e1914 100644 --- a/packages/sylpheed/claws-mail_2.7.2.bb +++ b/packages/sylpheed/claws-mail_2.7.2.bb @@ -1,6 +1,6 @@ SECTION = "x11/network" DESCRIPTION = "Mail user agent" -DEPENDS = "gtk+ gpgme libetpan libgnomeprint aspell" +DEPENDS = "gtk+ gpgme libetpan libgnomeprint aspell openssl" LICENSE = "GPL" PR = "r0" @@ -8,7 +8,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/sylpheed-claws/claws-mail-${PV}.tar.bz2" FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications" -EXTRA_OECONF = "--disable-openssl --disable-aspell-test \ +EXTRA_OECONF = "--disable-aspell-test \ --disable-dillo-viewer-plugin --with-aspell-prefix=${STAGING_DIR}/${HOST_SYS} \ --enable-aspell"