diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-09-15 16:14:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-16 13:30:24 +0100 |
commit | 0b9e2fa758ed6649f98007c47a66ce1363f132d7 (patch) | |
tree | d849ff78d31146ad04c23d26c23b019a07ec3f8e /meta-demoapps/recipes-sato | |
parent | 6c4d3f5a56494cf394a9a069ea543e287ce5d4fc (diff) | |
download | poky-0b9e2fa758ed6649f98007c47a66ce1363f132d7.tar.gz |
claws-mail: be carefull with # comments ending with backslash
* next line after #foo \ is not parsed correctly!
* but http://bugzilla.pokylinux.org/show_bug.cgi?id=813 says NOTABUG, so
be *very carefull*
(From OE-Core rev: 125eb103194de5788920df13ccbc8004c54fb217)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-demoapps/recipes-sato')
-rw-r--r-- | meta-demoapps/recipes-sato/claws-mail/claws-mail.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-demoapps/recipes-sato/claws-mail/claws-mail.inc b/meta-demoapps/recipes-sato/claws-mail/claws-mail.inc index 04401df2f5..b9fa4d96ae 100644 --- a/meta-demoapps/recipes-sato/claws-mail/claws-mail.inc +++ b/meta-demoapps/recipes-sato/claws-mail/claws-mail.inc | |||
@@ -22,7 +22,6 @@ FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications" | |||
22 | EXTRA_OECONF = "--disable-aspell-test \ | 22 | EXTRA_OECONF = "--disable-aspell-test \ |
23 | --disable-aspell \ | 23 | --disable-aspell \ |
24 | --disable-manual \ | 24 | --disable-manual \ |
25 | # --disable-openssl \ | ||
26 | --disable-crash-dialog \ | 25 | --disable-crash-dialog \ |
27 | --disable-jpilot \ | 26 | --disable-jpilot \ |
28 | --disable-trayicon-plugin \ | 27 | --disable-trayicon-plugin \ |
@@ -33,12 +32,14 @@ EXTRA_OECONF = "--disable-aspell-test \ | |||
33 | --disable-pgpinline-plugin \ | 32 | --disable-pgpinline-plugin \ |
34 | --disable-dillo-viewer-plugin \ | 33 | --disable-dillo-viewer-plugin \ |
35 | --disable-clamav-plugin \ | 34 | --disable-clamav-plugin \ |
36 | # --disable-libetpan \ | ||
37 | --disable-gnomeprint \ | 35 | --disable-gnomeprint \ |
38 | --disable-valgrind \ | 36 | --disable-valgrind \ |
39 | --disable-static \ | 37 | --disable-static \ |
40 | " | 38 | " |
41 | 39 | ||
40 | # --disable-openssl \ | ||
41 | # --disable-libetpan \ | ||
42 | |||
42 | CFLAGS += "-D_GNU_SOURCE" | 43 | CFLAGS += "-D_GNU_SOURCE" |
43 | 44 | ||
44 | inherit autotools pkgconfig gettext | 45 | inherit autotools pkgconfig gettext |