diff options
author | 2024-11-13 19:52:46 -0500 | |
---|---|---|
committer | 2024-11-13 19:59:53 -0500 | |
commit | b8123aaeed814380f723bb8b222ad54d398c5bad (patch) | |
tree | abe318dbc480d52ca1001bca4b9f482b66d43e9a /media-libs | |
parent | x11-apps/xprop: Version bump to 1.2.8 (diff) | |
download | gentoo-b8123aaeed814380f723bb8b222ad54d398c5bad.tar.gz gentoo-b8123aaeed814380f723bb8b222ad54d398c5bad.tar.bz2 gentoo-b8123aaeed814380f723bb8b222ad54d398c5bad.zip |
media-libs/mesa: Raise directx-headers requirement
Upstream commit 702bd657cc1 ("ci: Bump DirectX-Headers and Agility SDK
dependencies to 1.614.1") 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 ceba860297d1..3c486c964f4c 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -147,7 +147,7 @@ RDEPEND="${RDEPEND} " DEPEND="${RDEPEND} - video_cards_d3d12? ( >=dev-util/directx-headers-1.613.0[${MULTILIB_USEDEP}] ) + video_cards_d3d12? ( >=dev-util/directx-headers-1.614.1[${MULTILIB_USEDEP}] ) valgrind? ( dev-debug/valgrind ) wayland? ( >=dev-libs/wayland-protocols-1.38 ) X? ( |