aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-25 23:21:59 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-09-17 19:14:31 +0200
commitf0d0d09ea34d42114d95cebd7a5fb6368bb03c63 (patch)
tree13451627cd0cfc2ab52e105c274fe2eb5c647703 /meta-oe
parent6a735515e1ace744119371ea4e8f38879c05f1b8 (diff)
downloadmeta-openembedded-f0d0d09ea34d42114d95cebd7a5fb6368bb03c63.tar.gz
openmotif: Add PACKAGECONFIG for jpeg and png
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb4
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 ef92b33339..1f01215e6c 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"