diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-25 23:11:42 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-17 19:14:31 +0200 |
commit | 6a735515e1ace744119371ea4e8f38879c05f1b8 (patch) | |
tree | 525e34ec6df84f30d45be9ae60c35418630a899a /meta-efl/recipes-efl/efl | |
parent | a84c2acd259191fd621d922cb3c89f6c83cae4ef (diff) | |
download | meta-openembedded-6a735515e1ace744119371ea4e8f38879c05f1b8.tar.gz |
imlib2: Add PACKAGECONFIG for gif, tiff, id3 and bzip2
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_svn.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/imlib2_svn.bb b/meta-efl/recipes-efl/efl/imlib2_svn.bb index a83216df9..f263e2a8d 100644 --- a/meta-efl/recipes-efl/efl/imlib2_svn.bb +++ b/meta-efl/recipes-efl/efl/imlib2_svn.bb | |||
@@ -11,6 +11,12 @@ inherit efl binconfig | |||
11 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" | 11 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" |
12 | S = "${WORKDIR}/${SRCNAME}" | 12 | S = "${WORKDIR}/${SRCNAME}" |
13 | 13 | ||
14 | PACKAGECONFIG ??= "" | ||
15 | PACKAGECONFIG[gif] = "--with-gif,--without-gif,giflib" | ||
16 | PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff" | ||
17 | PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2" | ||
18 | PACKAGECONFIG[id3] = "--with-id3,--without-id3,libid3tag" | ||
19 | |||
14 | EXTRA_OECONF = "--with-x \ | 20 | EXTRA_OECONF = "--with-x \ |
15 | --x-includes=${STAGING_INCDIR} \ | 21 | --x-includes=${STAGING_INCDIR} \ |
16 | --x-libraries=${STAGING_LIBDIR} " | 22 | --x-libraries=${STAGING_LIBDIR} " |