diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-08-07 10:58:06 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-08-12 11:31:11 -0400 |
commit | a7ef1699c98ece6b9d67dd002732bdb627663586 (patch) | |
tree | 1bff302971d49c203a067278d71c48095b47e910 /media-libs/mesa/mesa-9999.ebuild | |
parent | dev-util/intel_clc: Version bump to 24.2.0_rc4 (diff) | |
download | gentoo-a7ef1699c98ece6b9d67dd002732bdb627663586.tar.gz gentoo-a7ef1699c98ece6b9d67dd002732bdb627663586.tar.bz2 gentoo-a7ef1699c98ece6b9d67dd002732bdb627663586.zip |
media-libs/mesa: Raise libdrm requirement
Upstream commit 253f26558a4 ("radeonsi, radv: bump libdrm_amdgpu version
requirement") raised the requirement.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 2d1ea9b8f124..c7e1da231a50 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -85,7 +85,7 @@ REQUIRED_USE=" xa? ( X ) " -LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.119" +LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.121" RDEPEND=" >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] >=media-libs/libglvnd-1.3.2[X?,${MULTILIB_USEDEP}] |