summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-05-11 20:28:59 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-05-12 10:31:57 +0000
commitb4fbbf154b1bcc59831bc4a24c3ab16382bb7aef (patch)
treee55b620b2cd56a4227fda0df1e62ecac11dd852c
parentf1abf3713e54c92dc54483f0cb8e202da602d7cd (diff)
downloadmeta-freescale-b4fbbf154b1bcc59831bc4a24c3ab16382bb7aef.tar.gz
xwayland: Drop GLX for i.MX GPU
i.MX GPU drivers don't support GLX. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit d9df3c4efa829288478d1c5bb90af938a3dfc30b)
-rw-r--r--recipes-graphics/xwayland/xwayland_%.bbappend5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-graphics/xwayland/xwayland_%.bbappend b/recipes-graphics/xwayland/xwayland_%.bbappend
index 5cc2db67..9bf4f9bd 100644
--- a/recipes-graphics/xwayland/xwayland_%.bbappend
+++ b/recipes-graphics/xwayland/xwayland_%.bbappend
@@ -1,4 +1,5 @@
1OPENGL_PKGCONFIGS:remove:imxgpu = "${OPENGL_PKGCONFIGS_REMOVE_IMXGPU}" 1OPENGL_PKGCONFIGS:remove:imxgpu = "${OPENGL_PKGCONFIGS_REMOVE_IMXGPU}"
2OPENGL_PKGCONFIGS_REMOVE_IMXGPU = "" 2OPENGL_PKGCONFIGS_REMOVE_IMXGPU = ""
3OPENGL_PKGCONFIGS_REMOVE_IMXGPU:mx6-nxp-bsp = "glamor" 3OPENGL_PKGCONFIGS_REMOVE_IMXGPU:mx6-nxp-bsp = "glamor glx"
4OPENGL_PKGCONFIGS_REMOVE_IMXGPU:mx7-nxp-bsp = "glamor" 4OPENGL_PKGCONFIGS_REMOVE_IMXGPU:mx7-nxp-bsp = "glamor glx"
5OPENGL_PKGCONFIGS_REMOVE_IMXGPU:mx8-nxp-bsp = "glx"