On 13 February 2015 at 06:56, Paul Gortmaker <[email protected]>
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
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to