summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gtk+
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-20 19:29:02 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-28 23:26:59 -0300
commit5a2f47ad7bda49ad8ac640e11670d7d711654f51 (patch)
tree468ded371df472420f58f9db702063a8a02bcac9 /recipes-graphics/gtk+
parent8497cb2922245b8d37367a764fc7443c3704437f (diff)
downloadmeta-freescale-5a2f47ad7bda49ad8ac640e11670d7d711654f51.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/gtk+')
-rw-r--r--recipes-graphics/gtk+/gtk+3_%.bbappend2
1 files changed, 2 insertions, 0 deletions
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 @@
1PACKAGECONFIG_remove_mx5 = "${@base_contains("DISTRO_FEATURES", "x11", "wayland", "", d)}"
2PACKAGECONFIG_remove_mx6 = "${@base_contains("DISTRO_FEATURES", "x11", "wayland", "", d)}"