From: Otavio Salvador Date: Mon, 20 Jul 2015 22:29:02 +0000 (-0300) Subject: gtk+3: Disable Wayland backend when building for X11 X-Git-Tag: 2.1~475 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5a2f47ad7bda49ad8ac640e11670d7d711654f51;p=meta-freescale.git gtk+3: Disable Wayland backend when building for X11 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 --- diff --git a/recipes-graphics/gtk+/gtk+3_%.bbappend b/recipes-graphics/gtk+/gtk+3_%.bbappend new file mode 100644 index 00000000..7891e1cb --- /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)}"