diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-02-06 13:44:05 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-02-06 13:44:05 +0000 |
commit | 6787e2beb7890d5f8879d42a2e83dbfb97623cf2 (patch) | |
tree | 448bf859c6db66fc3acc9e04f94bb1865afaa972 /packages/sylpheed/claws-mail_2.7.2.bb | |
parent | fd18e0e54bd0a8c745a8ba655f3e2565beafa65c (diff) |
claws-mail_2.7.2.bb : this version needs openssl to do tls
Diffstat (limited to 'packages/sylpheed/claws-mail_2.7.2.bb')
-rw-r--r-- | packages/sylpheed/claws-mail_2.7.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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" |