From 16d1c1ee9bb628279ca99cf03308fed30b926d89 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Thu, 18 Aug 2022 17:08:47 -0500 Subject: 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 --- recipes-graphics/glew/glew_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-graphics/glew/glew_%.bbappend (limited to 'recipes-graphics/glew') 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" -- cgit v1.2.3-54-g00ecf