summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>2025-05-20 20:48:38 +0300
committerKhem Raj <raj.khem@gmail.com>2025-05-27 10:33:00 -0700
commitd3522404253781f2912361579acbcc6bf8ee373f (patch)
treed0d0d62d2c433c8a1d80ff4f686c0ae004a1c32a
parent632756055f3d4251b2e0cd37f8c65f9f23094291 (diff)
downloadmeta-openembedded-d3522404253781f2912361579acbcc6bf8ee373f.tar.gz
libglvnd: pull in libEGL and libGLX ICDs
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/libglvnd/libglvnd_1.7.0.bb4
1 files changed, 2 insertions, 2 deletions
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 8f80358963..a737a735b7 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 ?= "\
22 " 22 "
23 23
24PACKAGECONFIG[x11] = "-Dx11=enabled,-Dx11=disabled,libx11 libxext xorgproto" 24PACKAGECONFIG[x11] = "-Dx11=enabled,-Dx11=disabled,libx11 libxext xorgproto"
25PACKAGECONFIG[glx] = "-Dglx=enabled,-Dglx=disabled,libx11 libxext xorgproto" 25PACKAGECONFIG[glx] = "-Dglx=enabled,-Dglx=disabled,libx11 libxext xorgproto,,libglx-icd"
26PACKAGECONFIG[egl] = "-Degl=true,-Degl=false," 26PACKAGECONFIG[egl] = "-Degl=true,-Degl=false,,libegl-icd"
27PACKAGECONFIG[gles1] = "-Dgles1=true,-Dgles1=false," 27PACKAGECONFIG[gles1] = "-Dgles1=true,-Dgles1=false,"
28PACKAGECONFIG[gles2] = "-Dgles2=true,-Dgles2=false," 28PACKAGECONFIG[gles2] = "-Dgles2=true,-Dgles2=false,"
29 29