[OE-core] [PATCH] gtk3: enable wayland banckend

Jed jed.openxt at gmail.com
Mon Dec 17 18:06:51 UTC 2018


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 \
                  ${@bb.utils.contains("DISTRO_FEATURES", "x11", "", "--disable-gtk-doc", d)} \
                  "
 
-- 
2.11.0



More information about the Openembedded-core mailing list