summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/drm
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-06-21 22:16:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-22 22:40:28 +0100
commit0ed4f798b69a0f416b3ed6ff786510e4ae7f4542 (patch)
tree0bc9f3e2f19ac9439e7a41ae4cb05b8694e67dce /meta/recipes-graphics/drm
parent732335d90dcf9845e13489d6dcfb84e1f6817927 (diff)
downloadpoky-0ed4f798b69a0f416b3ed6ff786510e4ae7f4542.tar.gz
libdrm: update 2.4.110 -> 2.4.111
libkms option dropped by upstream. (From OE-Core rev: f92305d6b59447935557deebf5c0a40ce8c23929) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/drm')
-rw-r--r--meta/recipes-graphics/drm/libdrm_2.4.111.bb (renamed from meta/recipes-graphics/drm/libdrm_2.4.110.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.110.bb b/meta/recipes-graphics/drm/libdrm_2.4.111.bb
index dd775939a5..17b737c556 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.110.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.111.bb
@@ -13,12 +13,11 @@ DEPENDS = "libpthread-stubs"
13SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.xz \ 13SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.xz \
14 " 14 "
15 15
16SRC_URI[sha256sum] = "eecee4c4b47ed6d6ce1a9be3d6d92102548ea35e442282216d47d05293cf9737" 16SRC_URI[sha256sum] = "1ad7164f77424de6f4ecba7c262bde196a214c6e19a6fbf497f0815f4d7ab2a9"
17 17
18inherit meson pkgconfig manpages 18inherit meson pkgconfig manpages
19 19
20PACKAGECONFIG ??= "libkms intel radeon amdgpu nouveau vmwgfx omap freedreno vc4 etnaviv install-test-programs" 20PACKAGECONFIG ??= "intel radeon amdgpu nouveau vmwgfx omap freedreno vc4 etnaviv install-test-programs"
21PACKAGECONFIG[libkms] = "-Dlibkms=true,-Dlibkms=false"
22PACKAGECONFIG[intel] = "-Dintel=true,-Dintel=false,libpciaccess" 21PACKAGECONFIG[intel] = "-Dintel=true,-Dintel=false,libpciaccess"
23PACKAGECONFIG[radeon] = "-Dradeon=true,-Dradeon=false" 22PACKAGECONFIG[radeon] = "-Dradeon=true,-Dradeon=false"
24PACKAGECONFIG[amdgpu] = "-Damdgpu=true,-Damdgpu=false" 23PACKAGECONFIG[amdgpu] = "-Damdgpu=true,-Damdgpu=false"