From d33f7dacfee53c9f8036584080465cd50ccce891 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 16 Sep 2015 14:57:46 +0800 Subject: mozjs: add PACKAGECONFIG for x11 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-oe/recipes-extended/mozjs') 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 6621a703e3..bb71707492 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} -- cgit 1.2.3-korg