summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xwayland
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-05-11 20:14:27 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2022-05-11 20:14:48 -0500
commit7a15ffa434ada5eb63a1ec3809b22955002f00c7 (patch)
tree8a2dfd08626008cb4c4124232db5705407d7271d /recipes-graphics/xwayland
parent7c8cca4595df4c6b991b82720a571e0e6329f0cd (diff)
downloadmeta-freescale-7a15ffa434ada5eb63a1ec3809b22955002f00c7.tar.gz
xwayland: Rework i.MX GPU configuration variables
The design for GPU configuration uses a single input variable for any SOC with GPU and then chooses which SOC to apply it to. A better model uses a single input variable varied on the SOC, then adds it for GPU. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/xwayland')
-rw-r--r--recipes-graphics/xwayland/xwayland_%.bbappend8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/xwayland/xwayland_%.bbappend b/recipes-graphics/xwayland/xwayland_%.bbappend
index c63212d0..5cc2db67 100644
--- a/recipes-graphics/xwayland/xwayland_%.bbappend
+++ b/recipes-graphics/xwayland/xwayland_%.bbappend
@@ -1,4 +1,4 @@
1IMX_OPENGL_PKGCONFIGS_REMOVE = "" 1OPENGL_PKGCONFIGS:remove:imxgpu = "${OPENGL_PKGCONFIGS_REMOVE_IMXGPU}"
2IMX_OPENGL_PKGCONFIGS_REMOVE:imxgpu = "glamor" 2OPENGL_PKGCONFIGS_REMOVE_IMXGPU = ""
3OPENGL_PKGCONFIGS:remove:mx6-nxp-bsp = "${IMX_OPENGL_PKGCONFIGS_REMOVE}" 3OPENGL_PKGCONFIGS_REMOVE_IMXGPU:mx6-nxp-bsp = "glamor"
4OPENGL_PKGCONFIGS:remove:mx7-nxp-bsp = "${IMX_OPENGL_PKGCONFIGS_REMOVE}" 4OPENGL_PKGCONFIGS_REMOVE_IMXGPU:mx7-nxp-bsp = "glamor"