From e3da89f212ce9c7ca9cce55610d0674adebbac28 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Wed, 27 Jun 2018 17:17:28 -0500 Subject: [PATCH] mesa: Update to use new imxgpu override This makes use of new imxgpu override as future i.MX8M addition requires it as i.MX8M has 3D GPU but no 2D. Signed-off-by: Tom Hochstein Signed-off-by: Otavio Salvador (cherry picked from commit 78af77d37275994be154b730ebeb46e86ecab902) --- recipes-graphics/mesa/mesa_%.bbappend | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 48dfa331..67e8f5ae 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -1,7 +1,8 @@ -PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/egl" -PROVIDES_remove_imxgpu3d = "virtual/libgl" +PROVIDES_remove_imxgpu = "virtual/egl" +PROVIDES_remove_imxgpu3d = "virtual/libgl virtual/libgles1 virtual/libgles2" -PACKAGECONFIG_remove_imxgpu2d = "egl gles gbm" +PACKAGECONFIG_remove_imxgpu = "egl gbm" +PACKAGECONFIG_remove_imxgpu3d = "gles" # FIXME: mesa should support 'x11-no-tls' option python () { -- 2.40.1