My bad, sorry. For some reason things started working after I added that option (I already had the DISTRO_FEATURE), but it must have been something else. Thank you for reviewing.
Jed On Mon, Dec 17, 2018 at 1:10 PM Burton, Ross <[email protected]> wrote: > > On Mon, 17 Dec 2018 at 18:07, Jed <[email protected]> wrote: > > It is disabled by default, and required for things like mutter to > > be able to run under Wayland. > > From the recipe: > > PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'opengl > wayland x11', d)} \ > ${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'glx', '', d)}" > > PACKAGECONFIG[wayland] = > "--enable-wayland-backend,--disable-wayland-backend,wayland > wayland-protocols libxkbcommon virtual/mesa wayland-native" > > It's enabled if the 'wayland' DISTRO_FEATURE is enabled. > > Ross -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
