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 <[email protected]> --- 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 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
