From 860d66d32f3071dbd07f21c73ec1e06d5566c5ca Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 30 Jul 2015 17:32:32 -0300 Subject: mesa: Remove virtual/libopenvg from providers list The mesa now provide virtual/libopenvg which should be offered by the AMD and Vivante GPU drivers. Remove it from the providers list. Signed-off-by: Otavio Salvador --- recipes-graphics/mesa/mesa_%.bbappend | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index f8cf1bc..674df7c 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -1,5 +1,5 @@ PACKAGECONFIG_remove_mx5 = "egl gles" -PROVIDES_remove_mx5 = "virtual/libgles1 virtual/libgles2 virtual/egl" +PROVIDES_remove_mx5 = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl" PACKAGECONFIG_remove_mx6q = "egl gles" PACKAGECONFIG_remove_mx6dl = "egl gles" @@ -8,10 +8,10 @@ PACKAGECONFIG_remove_mx6sl = "egl gles" # i.MX6SL uses mesa software rendering -PROVIDES_remove_mx6q = "virtual/libgles1 virtual/libgles2 virtual/egl virtual/libgl" -PROVIDES_remove_mx6dl = "virtual/libgles1 virtual/libgles2 virtual/egl virtual/libgl" -PROVIDES_remove_mx6sx = "virtual/libgles1 virtual/libgles2 virtual/egl virtual/libgl" -PROVIDES_remove_mx6sl = "virtual/libgles1 virtual/libgles2 virtual/egl" +PROVIDES_remove_mx6q = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl virtual/libgl" +PROVIDES_remove_mx6dl = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl virtual/libgl" +PROVIDES_remove_mx6sx = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl virtual/libgl" +PROVIDES_remove_mx6sl = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl" USE_VIV_LIBGL = "no" USE_VIV_LIBGL_mx6q = "yes" -- cgit v1.2.3-54-g00ecf