[meta-freescale] [meta-fsl-arm][PATCH 4/7] gtk+3: Disable Wayland backend when building for X11

Otavio Salvador otavio at ossystems.com.br
Tue Jul 21 07:53:11 PDT 2015


The X11 backend of i.MX5 and i.MX6 does not support the Wayland
rendering and causes GTK+3 configure script to fail.

When building for X11 we now disable the Wayland backend allowing the
configure to proceed.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 recipes-graphics/gtk+/gtk+3_%.bbappend | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 recipes-graphics/gtk+/gtk+3_%.bbappend

diff --git a/recipes-graphics/gtk+/gtk+3_%.bbappend b/recipes-graphics/gtk+/gtk+3_%.bbappend
new file mode 100644
index 0000000..7891e1c
--- /dev/null
+++ b/recipes-graphics/gtk+/gtk+3_%.bbappend
@@ -0,0 +1,2 @@
+PACKAGECONFIG_remove_mx5 = "${@base_contains("DISTRO_FEATURES", "x11", "wayland", "", d)}"
+PACKAGECONFIG_remove_mx6 = "${@base_contains("DISTRO_FEATURES", "x11", "wayland", "", d)}"
-- 
2.4.6



More information about the meta-freescale mailing list