From f0d0d09ea34d42114d95cebd7a5fb6368bb03c63 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 25 Aug 2013 23:21:59 +0200 Subject: openmotif: Add PACKAGECONFIG for jpeg and png Signed-off-by: Martin Jansa --- meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-oe') 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" -- cgit 1.2.3-korg