[OE-core] [PATCH] gtk3: enable wayland banckend
Tim Orling
timothy.t.orling at linux.intel.com
Mon Dec 17 18:10:09 UTC 2018
> On Dec 17, 2018, at 10:06 AM, Jed <jed.openxt at gmail.com> wrote:
>
> It is disabled by default, and required for things like mutter to
> be able to run under Wayland.
>
> Signed-off-by: Jed <jed.openxt at gmail.com>
> ---
> meta/recipes-gnome/gtk+/gtk+3.inc | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc
> index 6331a4323c..83967ccb7e 100644
> --- a/meta/recipes-gnome/gtk+/gtk+3.inc
> +++ b/meta/recipes-gnome/gtk+/gtk+3.inc
> @@ -35,6 +35,7 @@ EXTRA_OECONF += " \
> --enable-modules \
> --disable-cups \
> --disable-colord \
> + --enable-wayland-backend \
Wouldn’t it be better to check that DISTRO_FEATURES contains wayland and then enable it?
> ${@bb.utils.contains("DISTRO_FEATURES", "x11", "", "--disable-gtk-doc", d)} \
> "
>
> --
> 2.11.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
More information about the Openembedded-core
mailing list