packages/sylpheed/sylpheed-claws_2.2.0.bb : some small fixes to depends
authorGraeme Gregory <dp@xora.org.uk>
Tue, 9 May 2006 11:05:20 +0000 (11:05 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 9 May 2006 11:05:20 +0000 (11:05 +0000)
and args passed to configure.

packages/sylpheed/sylpheed-claws_2.2.0.bb

index 405762e..9cdcbcd 100644 (file)
@@ -1,6 +1,6 @@
 SECTION = "x11/network"
 DESCRIPTION = "Mail user agent"
-DEPENDS = "gtk+ gpgme gnutls libetpan"
+DEPENDS = "gtk+ gpgme libetpan libgnomeprint aspell"
 MAINTAINER = "Graeme Gregory <dp@xora.org.uk>"
 LICENSE = "GPL"
 PR = "r0"
@@ -10,7 +10,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/sylpheed-claws/sylpheed-claws-2.2.0.tar.bz2"
 
 FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications"
 
-EXTRA_OECONF = "--disable-aspell"
+EXTRA_OECONF = "--disable-aspell --disable-openssl --disable-aspell-test \
+ --disable-dillo-viewer-plugin --with-aspell-prefix=${STAGING_DIR}/${HOST_SYS} \
+ --enable-aspell"
 
 CFLAGS += "-D_GNU_SOURCE"