claws-mail_2.7.2.bb : this version needs openssl to do tls
authorGraeme Gregory <dp@xora.org.uk>
Tue, 6 Feb 2007 13:44:05 +0000 (13:44 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Tue, 6 Feb 2007 13:44:05 +0000 (13:44 +0000)
packages/sylpheed/claws-mail_2.7.2.bb

index bed2057..6a698e1 100644 (file)
@@ -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"