[OE-core] [PATCH v2 1/2] mesa: Provide virtual/libopenvg

Otavio Salvador otavio at ossystems.com.br
Mon Aug 10 19:47:45 UTC 2015


There are other GPU drivers which provide alternative implementations
for libopenvg thus a virtual/libopenvg should be available for proper
dependencies to be specified.

The Freescale i.MX6 is a real world case where the Vivante GPU driver
offers an alternative implementation for libopenvg library.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 meta/recipes-graphics/mesa/mesa.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 09e80e8..d0363e4 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -16,7 +16,7 @@ PE = "2"
 
 DEPENDS = "expat makedepend-native flex-native bison-native libxml2-native udev"
 
-PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa"
+PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/libopenvg virtual/egl virtual/mesa"
 
 inherit autotools pkgconfig pythonnative gettext distro_features_check
 
-- 
2.5.0




More information about the Openembedded-core mailing list