diff options
author | Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> | 2025-05-20 20:48:38 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-27 10:33:00 -0700 |
commit | d3522404253781f2912361579acbcc6bf8ee373f (patch) | |
tree | d0d0d62d2c433c8a1d80ff4f686c0ae004a1c32a | |
parent | 632756055f3d4251b2e0cd37f8c65f9f23094291 (diff) | |
download | meta-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.bb | 4 |
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 | ||
24 | PACKAGECONFIG[x11] = "-Dx11=enabled,-Dx11=disabled,libx11 libxext xorgproto" | 24 | PACKAGECONFIG[x11] = "-Dx11=enabled,-Dx11=disabled,libx11 libxext xorgproto" |
25 | PACKAGECONFIG[glx] = "-Dglx=enabled,-Dglx=disabled,libx11 libxext xorgproto" | 25 | PACKAGECONFIG[glx] = "-Dglx=enabled,-Dglx=disabled,libx11 libxext xorgproto,,libglx-icd" |
26 | PACKAGECONFIG[egl] = "-Degl=true,-Degl=false," | 26 | PACKAGECONFIG[egl] = "-Degl=true,-Degl=false,,libegl-icd" |
27 | PACKAGECONFIG[gles1] = "-Dgles1=true,-Dgles1=false," | 27 | PACKAGECONFIG[gles1] = "-Dgles1=true,-Dgles1=false," |
28 | PACKAGECONFIG[gles2] = "-Dgles2=true,-Dgles2=false," | 28 | PACKAGECONFIG[gles2] = "-Dgles2=true,-Dgles2=false," |
29 | 29 | ||