diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-23 16:03:53 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-21 23:49:09 +0200 |
commit | b14728a652f794263d51badf568b9f7c535758b0 (patch) | |
tree | b8d905a38337319018951b4205eaa021afd7dbaf /meta-efl/recipes-efl/efl | |
parent | 92a67c20c27867eceaaebc3d4c1de7ba09b55b6d (diff) | |
download | meta-openembedded-b14728a652f794263d51badf568b9f7c535758b0.tar.gz |
claws-mail: Fix build with B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl')
-rw-r--r-- | meta-efl/recipes-efl/efl/imlib2_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/imlib2_git.bb b/meta-efl/recipes-efl/efl/imlib2_git.bb index dc91763a8..8c6ac6619 100644 --- a/meta-efl/recipes-efl/efl/imlib2_git.bb +++ b/meta-efl/recipes-efl/efl/imlib2_git.bb | |||
@@ -11,6 +11,9 @@ inherit efl binconfig | |||
11 | SRC_URI = "git://git.enlightenment.org/legacy/${BPN}.git" | 11 | SRC_URI = "git://git.enlightenment.org/legacy/${BPN}.git" |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | # autotools-brokensep | ||
15 | B = "${S}" | ||
16 | |||
14 | PACKAGECONFIG ??= "" | 17 | PACKAGECONFIG ??= "" |
15 | PACKAGECONFIG[gif] = "--with-gif,--without-gif,giflib" | 18 | PACKAGECONFIG[gif] = "--with-gif,--without-gif,giflib" |
16 | PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff" | 19 | PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff" |