[oe-commits] [openembedded-core] 02/05: cogl: Set depends to the virtual needed not explicitly on Mesa

git at git.openembedded.org git at git.openembedded.org
Mon Sep 16 22:19:47 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 52a2d348170ad4d69390e75c9e27a68a6ef1b7b2
Author: Andrew F. Davis via Openembedded-core <openembedded-core at lists.openembedded.org>
AuthorDate: Fri Sep 13 15:36:12 2019 -0400

    cogl: Set depends to the virtual needed not explicitly on Mesa
    
    The dependency is for EGL and GLES2 libraries. On some systems these
    are not provided by Mesa, list what is actually needed so the system
    can choose the correct provider.
    
    Signed-off-by: Andrew F. Davis <afd at ti.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/cogl/cogl-1.0.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc
index 4038afb..4436163 100644
--- a/meta/recipes-graphics/cogl/cogl-1.0.inc
+++ b/meta/recipes-graphics/cogl/cogl-1.0.inc
@@ -18,7 +18,7 @@ EDEPENDS_GLES2 = "virtual/libgles2"
 EDEPENDS_KMS = "libdrm virtual/egl"
 EDEPENDS_EGL = "virtual/egl"
 EDEPENDS_X11 = "virtual/libx11 libxcomposite libxfixes libxi libxrandr"
-EDEPENDS_WAYLAND = "virtual/mesa wayland"
+EDEPENDS_WAYLAND = "virtual/egl virtual/libgles2 wayland"
 
 # Extra RDEPENDS for PACKAGECONFIG
 # This has to be explictly listed, because cogl dlopens the backends

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list