commit: a22b2d72225f7d2945c2d5c5de3e6b7a33aa073b Author: Fco Javier Felix <ffelix <AT> inode64 <DOT> com> AuthorDate: Sat Apr 22 07:28:15 2023 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Apr 25 15:20:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22b2d72
media-libs/mesa: Require USE=X for USE=vdpau Signed-off-by: Fco Javier Felix <ffelix <AT> inode64.com> Closes: https://github.com/gentoo/gentoo/pull/30695 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> media-libs/mesa/mesa-23.0.3.ebuild | 1 + media-libs/mesa/mesa-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-libs/mesa/mesa-23.0.3.ebuild b/media-libs/mesa/mesa-23.0.3.ebuild index 06b88a6fdeca..1d4bb730495f 100644 --- a/media-libs/mesa/mesa-23.0.3.ebuild +++ b/media-libs/mesa/mesa-23.0.3.ebuild @@ -43,6 +43,7 @@ REQUIRED_USE=" video_cards_radeon? ( x86? ( llvm ) amd64? ( llvm ) ) video_cards_r300? ( x86? ( llvm ) amd64? ( llvm ) ) video_cards_radeonsi? ( llvm ) + vdpau? ( X ) xa? ( X ) zink? ( vulkan ) " diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 06b88a6fdeca..1d4bb730495f 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -43,6 +43,7 @@ REQUIRED_USE=" video_cards_radeon? ( x86? ( llvm ) amd64? ( llvm ) ) video_cards_r300? ( x86? ( llvm ) amd64? ( llvm ) ) video_cards_radeonsi? ( llvm ) + vdpau? ( X ) xa? ( X ) zink? ( vulkan ) "
