[oe-commits] Martin Jansa : openmotif: Add PACKAGECONFIG for jpeg and png

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: f0d0d09ea34d42114d95cebd7a5fb6368bb03c63
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f0d0d09ea34d42114d95cebd7a5fb6368bb03c63

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

openmotif: Add PACKAGECONFIG for jpeg and png

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

---

 .../recipes-support/openmotif/openmotif_2.3.3.bb   |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb b/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
index ef92b33..1f01215 100644
--- a/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
+++ b/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
@@ -15,6 +15,10 @@ SRC_URI[sha256sum] = "c85f5545e218fa0c59a3789192132d472fc5a33e914a221a568eee4fc1
 
 inherit autotools
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg"
+PACKAGECONFIG[png] = "--enable-png,--disable-png,libpng"
+
 EXTRA_OECONF = "X_CFLAGS=-I${STAGING_INCDIR} --disable-printing"
 
 PACKAGES += "${PN}-bin"



More information about the Openembedded-commits mailing list