diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-08-18 17:08:47 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-08-26 15:05:40 -0500 |
commit | 16d1c1ee9bb628279ca99cf03308fed30b926d89 (patch) | |
tree | 9b7a9686b2aba5f7b4cb94d601e1fbd6ca8d8fb2 | |
parent | 0a839c87a58ed5307f228d81024a353a36a4c1dc (diff) | |
download | meta-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>
-rw-r--r-- | recipes-graphics/glew/glew_%.bbappend | 1 |
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" | |||