summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/glew
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-08-18 17:08:47 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2022-08-26 15:05:40 -0500
commit16d1c1ee9bb628279ca99cf03308fed30b926d89 (patch)
tree9b7a9686b2aba5f7b4cb94d601e1fbd6ca8d8fb2 /recipes-graphics/glew
parent0a839c87a58ed5307f228d81024a353a36a4c1dc (diff)
downloadmeta-freescale-16d1c1ee9bb628279ca99cf03308fed30b926d89.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>
Diffstat (limited to 'recipes-graphics/glew')
-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"