aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sylpheed
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-05-09 11:05:20 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-09 11:05:20 +0000
commitba713f6d2774c1fece3fefdec4ccae1f271b586b (patch)
tree4b57519de022d5c37041209ad98fdfae9f905868 /packages/sylpheed
parent7dcec34e18da3d41ba29a0997f0a2395655674c3 (diff)
downloadopenembedded-ba713f6d2774c1fece3fefdec4ccae1f271b586b.tar.gz
packages/sylpheed/sylpheed-claws_2.2.0.bb : some small fixes to depends
and args passed to configure.
Diffstat (limited to 'packages/sylpheed')
-rw-r--r--packages/sylpheed/sylpheed-claws_2.2.0.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/sylpheed/sylpheed-claws_2.2.0.bb b/packages/sylpheed/sylpheed-claws_2.2.0.bb
index 405762eb1c..9cdcbcd80b 100644
--- a/packages/sylpheed/sylpheed-claws_2.2.0.bb
+++ b/packages/sylpheed/sylpheed-claws_2.2.0.bb
@@ -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"