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
commitbc1619593ff6ee267feb5b41d8c5eb33818d2236 (patch)
treeb05b412e215e4b5f27995ebcb99b2a9d1737144a /recipes-gnome
parent1b69eaac8dbdc5629c017d1408959bd12d9bee8c (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