summaryrefslogtreecommitdiff
path: root/recipes-gnome
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-12-31 11:19:00 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-03-14 14:26:28 +0100
commit043773f98401d748e57ddd316cb120b7c8229310 (patch)
treecd9a20cc164a219a8b4d6df502b54a0b9f2bcf54 /recipes-gnome
parentb80460e73747f5c8ca43401d33fbb1129fb1c9cb (diff)
gtk+3: Disable Wayland backend for the Tegras
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-gnome')
-rw-r--r--recipes-gnome/gtk+/gtk+3_3.%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-gnome/gtk+/gtk+3_3.%.bbappend b/recipes-gnome/gtk+/gtk+3_3.%.bbappend
new file mode 100644
index 0000000..2e6c889
--- /dev/null
+++ b/recipes-gnome/gtk+/gtk+3_3.%.bbappend
@@ -0,0 +1,4 @@
+# The tegras don't have a wayland backend, make sure it does not get enabled.
+# Otherwise we get configure error, 'No package 'wayland-egl' found'
+PACKAGECONFIG_remove_tegra = "wayland"
+PACKAGE_ARCH_tegra = "${MACHINE_ARCH}" \ No newline at end of file