summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-08-18 17:08:47 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-08-26 20:54:38 +0000
commitc496457db1c1d4a8d862bf94cd1df6c648c61ee3 (patch)
treeb5a567bfca0d6a6143bd6c8b2b7b88fb18980319
parent25494dfb9e7302ffbf4b4a0d7df5de104ac1943b (diff)
downloadmeta-freescale-c496457db1c1d4a8d862bf94cd1df6c648c61ee3.tar.gz
glew: Configure without x11 support for i.MX GPU
i.MX GPU drivers no longer support GLX or X11, so choose the glew configuration that doesn't require x11. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 16d1c1ee9bb628279ca99cf03308fed30b926d89)
-rw-r--r--recipes-graphics/glew/glew_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/glew/glew_%.bbappend b/recipes-graphics/glew/glew_%.bbappend
new file mode 100644
index 00000000..95da4790
--- /dev/null
+++ b/recipes-graphics/glew/glew_%.bbappend
@@ -0,0 +1 @@
PACKAGECONFIG:imxgpu = "egl-gles2"