[oe-commits] Martin Jansa : gegl: Add PACKAGECONFIG for jasper, avformat

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


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Aug 26 01:12:52 2013 +0200

gegl: Add PACKAGECONFIG for jasper, avformat

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

---

 meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb b/meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb
index a68dc20..e5fc066 100644
--- a/meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb
+++ b/meta-oe/recipes-graphics/gegl/gegl_0.2.0.bb
@@ -7,6 +7,10 @@ inherit gnome
 
 EXTRA_OECONF = "--disable-docs "
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[jasper] = "--with-jasper,--without-jasper,jasper"
+PACKAGECONFIG[avformat] = "--with-libavformat,--without-libavformat,libav"
+
 SRC_URI = "ftp://ftp.gimp.org/pub/${PN}/0.2/${PN}-${PV}.tar.bz2"
 SRC_URI[md5sum] = "32b00002f1f1e316115c4ed922e1dec8"
 SRC_URI[sha256sum] = "df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426"



More information about the Openembedded-commits mailing list