summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
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-22 17:23:20 -0300
commite8161ca966b2da0c2b6620ee75e757a40bd415bf (patch)
tree08f463afdb77fdf5ee346af9c34f276b738387bd /recipes-graphics
parent93bff8c3e6f3c99896fa6532247d6798d1e30e3f (diff)
downloadmeta-fsl-arm-e8161ca966b2da0c2b6620ee75e757a40bd415bf.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')
-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 0000000..7891e1c
--- /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)}"