summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xwayland
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-05-11 20:28:59 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2022-05-11 20:28:59 -0500
commitd9df3c4efa829288478d1c5bb90af938a3dfc30b (patch)
tree531aaeb0ffd2e8662b03b7b90adeffc84f60b81c /recipes-graphics/xwayland
parent7a15ffa434ada5eb63a1ec3809b22955002f00c7 (diff)
downloadmeta-freescale-d9df3c4efa829288478d1c5bb90af938a3dfc30b.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>
Diffstat (limited to 'recipes-graphics/xwayland')
-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"