From 6e4e8df8e92d4b276239206980d776b3ed2ad3ef Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Thu, 23 May 2019 23:39:59 -0500 Subject: mesa-gl: Fix GPU compatibility using imxgpu override The override imxgpu was added some time ago since it is possible to have 3D support without 2D support. Signed-off-by: Tom Hochstein --- recipes-graphics/mesa/mesa-gl_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/mesa/mesa-gl_%.bbappend b/recipes-graphics/mesa/mesa-gl_%.bbappend index 465c8932c..ca1c8f46d 100644 --- a/recipes-graphics/mesa/mesa-gl_%.bbappend +++ b/recipes-graphics/mesa/mesa-gl_%.bbappend @@ -1 +1 @@ -COMPATIBLE_MACHINE_imxgpu2d = "(-)" +COMPATIBLE_MACHINE_imxgpu = "(-)" -- cgit v1.2.3-54-g00ecf