[oe] [meta-oe][PATCH] mozjs: add PACKAGECONFIG for x11

jackie.huang at windriver.com jackie.huang at windriver.com
Wed Sep 16 06:57:46 UTC 2015


From: Jackie Huang <jackie.huang at windriver.com>

Add PACKAGECONFIG for x11 and enable it when x11 is
included in DISTRO_FEATURES, and specify the correct
path for x-includes and x-libraries to avoid
searching the host libraries.

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
index 6621a70..bb71707 100644
--- a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
+++ b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
@@ -39,6 +39,9 @@ EXTRA_OECONF_append_armv4 += " \
     --disable-methodjit \
 "
 
+PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
+PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR},--without-x,virtual/libx11"
+
 # mozjs requires autoreconf 2.13
 do_configure() {
     ( cd ${S} 
-- 
1.9.1




More information about the Openembedded-devel mailing list