All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gtk3: enable wayland banckend
@ 2018-12-17 18:06 Jed
  2018-12-17 18:10 ` Burton, Ross
  2018-12-17 18:10 ` Tim Orling
  0 siblings, 2 replies; 4+ messages in thread
From: Jed @ 2018-12-17 18:06 UTC (permalink / raw)
  To: openembedded-core

It is disabled by default, and required for things like mutter to
be able to run under Wayland.

Signed-off-by: Jed <jed.openxt@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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-12-17 19:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-17 18:06 [PATCH] gtk3: enable wayland banckend Jed
2018-12-17 18:10 ` Burton, Ross
2018-12-17 19:03   ` Jed Lejosne
2018-12-17 18:10 ` Tim Orling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.