diff options
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 34a647a5..742d2e1a 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend | |||
@@ -1,8 +1,8 @@ | |||
1 | PACKAGECONFIG_remove_imxgpu2d = "egl gles gbm" | 1 | PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/egl" |
2 | |||
3 | PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl virtual/libgbm" | ||
4 | PROVIDES_remove_imxgpu3d = "virtual/libgl" | 2 | PROVIDES_remove_imxgpu3d = "virtual/libgl" |
5 | 3 | ||
4 | PACKAGECONFIG_remove_imxgpu2d = "egl gles gbm" | ||
5 | |||
6 | # FIXME: mesa should support 'x11-no-tls' option | 6 | # FIXME: mesa should support 'x11-no-tls' option |
7 | python () { | 7 | python () { |
8 | overrides = d.getVar("OVERRIDES", True).split(":") | 8 | overrides = d.getVar("OVERRIDES", True).split(":") |