summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb')
-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 ef92b3333..1f01215e6 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
15 15
16inherit autotools 16inherit autotools
17 17
18PACKAGECONFIG ??= ""
19PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg"
20PACKAGECONFIG[png] = "--enable-png,--disable-png,libpng"
21
18EXTRA_OECONF = "X_CFLAGS=-I${STAGING_INCDIR} --disable-printing" 22EXTRA_OECONF = "X_CFLAGS=-I${STAGING_INCDIR} --disable-printing"
19 23
20PACKAGES += "${PN}-bin" 24PACKAGES += "${PN}-bin"