From ba713f6d2774c1fece3fefdec4ccae1f271b586b Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Tue, 9 May 2006 11:05:20 +0000 Subject: packages/sylpheed/sylpheed-claws_2.2.0.bb : some small fixes to depends and args passed to configure. --- packages/sylpheed/sylpheed-claws_2.2.0.bb | 6 ++++-- 1 file 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 " 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" -- cgit v1.2.3