diff options
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index c3adb5ef78..b3b369d0ee 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -286,7 +286,7 @@ python __anonymous() { | |||
286 | if 'glvnd' in pkgconfig: | 286 | if 'glvnd' in pkgconfig: |
287 | for p in ("libegl", "libglx"): | 287 | for p in ("libegl", "libglx"): |
288 | fullp = mlprefix + p + "-mesa" + suffix | 288 | fullp = mlprefix + p + "-mesa" + suffix |
289 | d.appendVar("RPROVIDES:" + fullp, '%s-icd' % p) | 289 | d.appendVar("RPROVIDES:" + fullp, ' virtual-%s-icd' % p) |
290 | else: | 290 | else: |
291 | for p in (("egl", "libegl", "libegl1"), | 291 | for p in (("egl", "libegl", "libegl1"), |
292 | ("opengl", "libgl", "libgl1"), | 292 | ("opengl", "libgl", "libgl1"), |