diff options
author | 2024-04-25 11:36:36 -0400 | |
---|---|---|
committer | 2024-04-25 12:02:58 -0400 | |
commit | 8745ca7db27ed41679c9693cdf91676d447d9329 (patch) | |
tree | b05f8e2681adfb7fcc4ccdc1d53f8e65a911ee0a /media-libs | |
parent | dev-util/intel_clc: Version bump to 24.1.0_rc1 (diff) | |
download | gentoo-8745ca7db27ed41679c9693cdf91676d447d9329.tar.gz gentoo-8745ca7db27ed41679c9693cdf91676d447d9329.tar.bz2 gentoo-8745ca7db27ed41679c9693cdf91676d447d9329.zip |
media-libs/mesa: Raise directx-headers requirement
Upstream commit cc04a04f135 ("d3d12: Bump directx-headers dependency to v613")
raised the requirement.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-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 1b84a142e107..dc8e65478508 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -119,7 +119,7 @@ RDEPEND="${RDEPEND} " DEPEND="${RDEPEND} - video_cards_d3d12? ( >=dev-util/directx-headers-1.611.0[${MULTILIB_USEDEP}] ) + video_cards_d3d12? ( >=dev-util/directx-headers-1.613.0[${MULTILIB_USEDEP}] ) valgrind? ( dev-debug/valgrind ) wayland? ( >=dev-libs/wayland-protocols-1.34 ) X? ( |