summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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