diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-05-11 20:28:59 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-05-11 20:28:59 -0500 |
commit | d9df3c4efa829288478d1c5bb90af938a3dfc30b (patch) | |
tree | 531aaeb0ffd2e8662b03b7b90adeffc84f60b81c /recipes-graphics | |
parent | 7a15ffa434ada5eb63a1ec3809b22955002f00c7 (diff) | |
download | meta-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')
-rw-r--r-- | recipes-graphics/xwayland/xwayland_%.bbappend | 5 |
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 @@ | |||
1 | OPENGL_PKGCONFIGS:remove:imxgpu = "${OPENGL_PKGCONFIGS_REMOVE_IMXGPU}" | 1 | OPENGL_PKGCONFIGS:remove:imxgpu = "${OPENGL_PKGCONFIGS_REMOVE_IMXGPU}" |
2 | OPENGL_PKGCONFIGS_REMOVE_IMXGPU = "" | 2 | OPENGL_PKGCONFIGS_REMOVE_IMXGPU = "" |
3 | OPENGL_PKGCONFIGS_REMOVE_IMXGPU:mx6-nxp-bsp = "glamor" | 3 | OPENGL_PKGCONFIGS_REMOVE_IMXGPU:mx6-nxp-bsp = "glamor glx" |
4 | OPENGL_PKGCONFIGS_REMOVE_IMXGPU:mx7-nxp-bsp = "glamor" | 4 | OPENGL_PKGCONFIGS_REMOVE_IMXGPU:mx7-nxp-bsp = "glamor glx" |
5 | OPENGL_PKGCONFIGS_REMOVE_IMXGPU:mx8-nxp-bsp = "glx" | ||