diff options
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 7 |
1 files 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 @@ | |||
1 | PROVIDES_remove_imxgpu2d = "virtual/libgles1 virtual/libgles2 virtual/egl" | 1 | PROVIDES_remove_imxgpu = "virtual/egl" |
2 | PROVIDES_remove_imxgpu3d = "virtual/libgl" | 2 | PROVIDES_remove_imxgpu3d = "virtual/libgl virtual/libgles1 virtual/libgles2" |
3 | 3 | ||
4 | PACKAGECONFIG_remove_imxgpu2d = "egl gles gbm" | 4 | PACKAGECONFIG_remove_imxgpu = "egl gbm" |
5 | PACKAGECONFIG_remove_imxgpu3d = "gles" | ||
5 | 6 | ||
6 | # FIXME: mesa should support 'x11-no-tls' option | 7 | # FIXME: mesa should support 'x11-no-tls' option |
7 | python () { | 8 | python () { |