summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-06-28 09:16:21 -0300
committerGitHub <noreply@github.com>2021-06-28 09:16:21 -0300
commit6f4dcecf9c948302cdaa4853854d7d60b4b7a4be (patch)
tree26821e4193f7e34410a11c3a6fea385e832ee335
parent2684b2270a1dda22816a3bb47738d1fa61223c55 (diff)
parent3e7163bfa69a09225b03496c4788f2fbda59ef0b (diff)
downloadmeta-freescale-6f4dcecf9c948302cdaa4853854d7d60b4b7a4be.tar.gz
Merge pull request #817 from MaxKrummenacher/master
xwayland: fix build against vivante provided opengl on 32bit i.MX
-rw-r--r--recipes-graphics/xwayland/xwayland_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-graphics/xwayland/xwayland_%.bbappend b/recipes-graphics/xwayland/xwayland_%.bbappend
new file mode 100644
index 00000000..c26bb20d
--- /dev/null
+++ b/recipes-graphics/xwayland/xwayland_%.bbappend
@@ -0,0 +1,4 @@
1IMX_OPENGL_PKGCONFIGS_REMOVE = ""
2IMX_OPENGL_PKGCONFIGS_REMOVE_imxgpu = "glamor"
3OPENGL_PKGCONFIGS_remove_mx6 = "${IMX_OPENGL_PKGCONFIGS_REMOVE}"
4OPENGL_PKGCONFIGS_remove_mx7 = "${IMX_OPENGL_PKGCONFIGS_REMOVE}"