mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b1cb787c74
commit
31697ebec7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user