summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-ti-bsp/recipes-graphics/mesa/mesa-pvr.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr.inc b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr.inc
index 45d5ada3..5ce93d27 100644
--- a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr.inc
+++ b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr.inc
@@ -228,6 +228,10 @@ CFLAGS:append:armv6 = " -DMISSING_64BIT_ATOMICS"
228# Remove the mesa dependency on mesa-dev, as mesa is empty 228# Remove the mesa dependency on mesa-dev, as mesa is empty
229DEV_PKG_DEPENDENCY = "" 229DEV_PKG_DEPENDENCY = ""
230 230
231# Provide virtual names to allow selecting preferred rproviders
232RPROVIDES:mesa-vulkan-drivers += "virtual-vulkan-icd"
233RPROVIDES:libopencl-mesa += "virtual-opencl-icd"
234
231# GLES2 and GLES3 implementations are packaged in a single library in libgles2-mesa. 235# GLES2 and GLES3 implementations are packaged in a single library in libgles2-mesa.
232# Add a dependency so the GLES3 dev package is associated with its implementation. 236# Add a dependency so the GLES3 dev package is associated with its implementation.
233RPROVIDES:libgles2-mesa += "libgles3-mesa" 237RPROVIDES:libgles2-mesa += "libgles3-mesa"