[oe-commits] Martin Jansa : imlib2: Add PACKAGECONFIG for gif, tiff, id3 and bzip2

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 17:09:49 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 6a735515e1ace744119371ea4e8f38879c05f1b8
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6a735515e1ace744119371ea4e8f38879c05f1b8

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Aug 25 23:11:42 2013 +0200

imlib2: Add PACKAGECONFIG for gif, tiff, id3 and bzip2

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 a83216d..f263e2a 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
 SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep"
 S = "${WORKDIR}/${SRCNAME}"
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[gif] = "--with-gif,--without-gif,giflib"
+PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff"
+PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2"
+PACKAGECONFIG[id3] = "--with-id3,--without-id3,libid3tag"
+
 EXTRA_OECONF = "--with-x \
                 --x-includes=${STAGING_INCDIR} \
                 --x-libraries=${STAGING_LIBDIR} "



More information about the Openembedded-commits mailing list