diff options
Diffstat (limited to 'meta-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 dc91763a8e..8c6ac66192 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" |