diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-05-28 15:02:49 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-06-05 18:16:55 -0300 |
commit | 88e4a5e6fbf6a8b69ce3ecf610b87cefa0d962be (patch) | |
tree | cbe8ceb9ca09adc42709b3e743430b56c167493c /recipes-graphics/mesa | |
parent | 02f1767ae8c2fa3ff1743f4f8ceee873a30d0f40 (diff) | |
download | meta-freescale-88e4a5e6fbf6a8b69ce3ecf610b87cefa0d962be.tar.gz |
mesa: Fix gbm provide
The gbm provide is virtual/libgbm, not gbm. Fix it.
Change-Id: Iead2f2f1bc320136f9f75730e69afe8c7ec59b11
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 74396ae8..34a647a5 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend | |||
@@ -1,6 +1,6 @@ | |||
1 | PACKAGECONFIG_remove_imxgpu2d = "egl gles gbm" | 1 | PACKAGECONFIG_remove_imxgpu2d = "egl gles gbm" |
2 | 2 | ||
3 | PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl gbm" | 3 | PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl virtual/libgbm" |
4 | PROVIDES_remove_imxgpu3d = "virtual/libgl" | 4 | PROVIDES_remove_imxgpu3d = "virtual/libgl" |
5 | 5 | ||
6 | # FIXME: mesa should support 'x11-no-tls' option | 6 | # FIXME: mesa should support 'x11-no-tls' option |