diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-05-11 20:28:59 -0500 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-05-12 10:31:57 +0000 |
commit | b4fbbf154b1bcc59831bc4a24c3ab16382bb7aef (patch) | |
tree | e55b620b2cd56a4227fda0df1e62ecac11dd852c /recipes-graphics | |
parent | f1abf3713e54c92dc54483f0cb8e202da602d7cd (diff) | |
download | meta-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)
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" | ||