diff mbox series

[meta-oe,v2,3/3] libglvnd: pull in libEGL and libGLX ICDs

Message ID 20250520174838.1187294-3-dmitry.baryshkov@oss.qualcomm.com
State Under Review
Headers show
Series [meta-oe,v2,1/3] libglvnd: provide virtual packages | expand

Commit Message

Dmitry Baryshkov May 20, 2025, 5:48 p.m. UTC
In order to function, libglvnd requires vendor-provided Installable
Client Drivers for libEGL and libGLX. RRECOMMEND corresponding virtual
packages in order to pull default implementation for the target
platform.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

---
Note, this patch depends on corresonding OE-Core changes and might be
applied separately, once corresponding patch lands to OE-Core.
---
 meta-oe/recipes-graphics/libglvnd/libglvnd_1.7.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/libglvnd/libglvnd_1.7.0.bb b/meta-oe/recipes-graphics/libglvnd/libglvnd_1.7.0.bb
index 8f8035896376..a737a735b7ea 100644
--- a/meta-oe/recipes-graphics/libglvnd/libglvnd_1.7.0.bb
+++ b/meta-oe/recipes-graphics/libglvnd/libglvnd_1.7.0.bb
@@ -22,8 +22,8 @@  PACKAGECONFIG ?= "\
   "
 
 PACKAGECONFIG[x11] = "-Dx11=enabled,-Dx11=disabled,libx11 libxext xorgproto"
-PACKAGECONFIG[glx] = "-Dglx=enabled,-Dglx=disabled,libx11 libxext xorgproto"
-PACKAGECONFIG[egl] = "-Degl=true,-Degl=false,"
+PACKAGECONFIG[glx] = "-Dglx=enabled,-Dglx=disabled,libx11 libxext xorgproto,,libglx-icd"
+PACKAGECONFIG[egl] = "-Degl=true,-Degl=false,,libegl-icd"
 PACKAGECONFIG[gles1] = "-Dgles1=true,-Dgles1=false,"
 PACKAGECONFIG[gles2] = "-Dgles2=true,-Dgles2=false,"