[OE-core] [PATCH] mozjs: fix build failure due to missing dependency on libxt

Burton, Ross ross.burton at intel.com
Fri Feb 13 15:17:00 UTC 2015


On 13 February 2015 at 06:56, Paul Gortmaker <paul.gortmaker at windriver.com>
wrote:

> DEPENDS_append =
> "${@bb.utils.contains('DISTRO_FEATURES','x11','libxt','',d)}"
>
> ...or perhaps:
>
> EXTRA_OECONF_X = "${@bb.utils.contains('DISTRO_FEATURES', 'x11',
> '--with-x', '--without-x', d)}"
>

I'm mostly surprised the mozjs has an X11 dependency at all, but yes
something like respecting DISTRO_FEATURES to enable/disable X11 is
sensible, unless the X11 support is so meaningless it might as well be
disabled globally.

Also, wrong list - this is in meta-oe so should go to the
openembedded-devel@ list.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150213/96996da0/attachment-0002.html>


More information about the Openembedded-core mailing list