diff options
author | Andrew F. Davis <afd@ti.com> | 2019-09-17 09:10:51 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-18 12:09:02 +0100 |
commit | 31697ebec7877a4a84adffcd77f114146a109167 (patch) | |
tree | 31a1049610f1d1b4c8e3ca986b0790a88cd996cb /meta | |
parent | b1cb787c742134cbb0646cd6310ae338940af7f0 (diff) | |
download | poky-31697ebec7877a4a84adffcd77f114146a109167.tar.gz |
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.
(From OE-Core rev: 12f887e26c5959ce07af658d3cf8c62fe889744a)
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/cogl/cogl-1.0.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc index 4038afbc11..4436163168 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" | |||
18 | EDEPENDS_KMS = "libdrm virtual/egl" | 18 | EDEPENDS_KMS = "libdrm virtual/egl" |
19 | EDEPENDS_EGL = "virtual/egl" | 19 | EDEPENDS_EGL = "virtual/egl" |
20 | EDEPENDS_X11 = "virtual/libx11 libxcomposite libxfixes libxi libxrandr" | 20 | EDEPENDS_X11 = "virtual/libx11 libxcomposite libxfixes libxi libxrandr" |
21 | EDEPENDS_WAYLAND = "virtual/mesa wayland" | 21 | EDEPENDS_WAYLAND = "virtual/egl virtual/libgles2 wayland" |
22 | 22 | ||
23 | # Extra RDEPENDS for PACKAGECONFIG | 23 | # Extra RDEPENDS for PACKAGECONFIG |
24 | # This has to be explictly listed, because cogl dlopens the backends | 24 | # This has to be explictly listed, because cogl dlopens the backends |