summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 5dee19fae9..3f09cfd4df 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -219,6 +219,10 @@ CFLAGS:append:armv6 = " -DMISSING_64BIT_ATOMICS"
219# Remove the mesa dependency on mesa-dev, as mesa is empty 219# Remove the mesa dependency on mesa-dev, as mesa is empty
220DEV_PKG_DEPENDENCY = "" 220DEV_PKG_DEPENDENCY = ""
221 221
222# Provide virtual names to allow selecting preferred rproviders
223RPROVIDES:mesa-vulkan-drivers += "virtual-vulkan-icd"
224RPROVIDES:libopencl-mesa += "virtual-opencl-icd"
225
222# GLES2 and GLES3 implementations are packaged in a single library in libgles2-mesa. 226# GLES2 and GLES3 implementations are packaged in a single library in libgles2-mesa.
223# Add a dependency so the GLES3 dev package is associated with its implementation. 227# Add a dependency so the GLES3 dev package is associated with its implementation.
224RPROVIDES:libgles2-mesa += "libgles3-mesa" 228RPROVIDES:libgles2-mesa += "libgles3-mesa"