diff options
-rw-r--r-- | meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 += " \ | |||
39 | --disable-methodjit \ | 39 | --disable-methodjit \ |
40 | " | 40 | " |
41 | 41 | ||
42 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | ||
43 | PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR},--without-x,virtual/libx11" | ||
44 | |||
42 | # mozjs requires autoreconf 2.13 | 45 | # mozjs requires autoreconf 2.13 |
43 | do_configure() { | 46 | do_configure() { |
44 | ( cd ${S} | 47 | ( cd ${S} |