diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-12-04 14:22:49 +0300 |
---|---|---|
committer | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-12-04 16:58:49 +0300 |
commit | e8dd0bfcba2eaca0936372fa46bff766ceef2a9b (patch) | |
tree | 648f9496406b2c71272afa63c6e0c53b42595431 | |
parent | 8701797386b5b05d85edb553c798d19de1287bdf (diff) |
claws-mail: stage headers to let claws plugins compile
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
-rw-r--r-- | packages/sylpheed/claws-mail_3.6.1.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/sylpheed/claws-mail_3.6.1.bb b/packages/sylpheed/claws-mail_3.6.1.bb index ac0ff1bd26..a2d7101ece 100644 --- a/packages/sylpheed/claws-mail_3.6.1.bb +++ b/packages/sylpheed/claws-mail_3.6.1.bb @@ -2,7 +2,7 @@ SECTION = "x11/network" DESCRIPTION = "Mail user agent" DEPENDS = "gtk+ libetpan openssl aspell" LICENSE = "GPL" -PR = "r0" +PR = "r1" inherit autotools pkgconfig @@ -49,3 +49,7 @@ do_install_append() { install -m 0644 claws-mail.png ${D}${datadir}/pixmaps/ sed -i 's/Icon=[^.]*$/&.png/' ${D}${datadir}/applications/claws-mail.desktop } + +do_stage() { + autotools_stage_includes +} |