commit: 3c6e9217db597a0d76c7c81164da57b29187ac72 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 10 00:17:47 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 10 00:17:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6e9217
media-libs/mesa: build intel_hasvk too for vulkan This fixes Vulkan on Ivy Bridge up to Broadwell. Closes: https://bugs.gentoo.org/888057 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/mesa/{mesa-22.3.7.ebuild => mesa-22.3.7-r1.ebuild} | 2 +- media-libs/mesa/{mesa-23.0.0.ebuild => mesa-23.0.0-r1.ebuild} | 2 +- media-libs/mesa/mesa-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/mesa/mesa-22.3.7.ebuild b/media-libs/mesa/mesa-22.3.7-r1.ebuild similarity index 99% rename from media-libs/mesa/mesa-22.3.7.ebuild rename to media-libs/mesa/mesa-22.3.7-r1.ebuild index e85c95eeb1ec..f998fdcc64bf 100644 --- a/media-libs/mesa/mesa-22.3.7.ebuild +++ b/media-libs/mesa/mesa-22.3.7-r1.ebuild @@ -392,7 +392,7 @@ multilib_src_configure() { if use vulkan; then vulkan_enable video_cards_freedreno freedreno - vulkan_enable video_cards_intel intel + vulkan_enable video_cards_intel intel intel_hasvk vulkan_enable video_cards_d3d12 microsoft-experimental vulkan_enable video_cards_radeonsi amd vulkan_enable video_cards_v3d broadcom diff --git a/media-libs/mesa/mesa-23.0.0.ebuild b/media-libs/mesa/mesa-23.0.0-r1.ebuild similarity index 99% rename from media-libs/mesa/mesa-23.0.0.ebuild rename to media-libs/mesa/mesa-23.0.0-r1.ebuild index e85c95eeb1ec..f998fdcc64bf 100644 --- a/media-libs/mesa/mesa-23.0.0.ebuild +++ b/media-libs/mesa/mesa-23.0.0-r1.ebuild @@ -392,7 +392,7 @@ multilib_src_configure() { if use vulkan; then vulkan_enable video_cards_freedreno freedreno - vulkan_enable video_cards_intel intel + vulkan_enable video_cards_intel intel intel_hasvk vulkan_enable video_cards_d3d12 microsoft-experimental vulkan_enable video_cards_radeonsi amd vulkan_enable video_cards_v3d broadcom diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index e85c95eeb1ec..f998fdcc64bf 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -392,7 +392,7 @@ multilib_src_configure() { if use vulkan; then vulkan_enable video_cards_freedreno freedreno - vulkan_enable video_cards_intel intel + vulkan_enable video_cards_intel intel intel_hasvk vulkan_enable video_cards_d3d12 microsoft-experimental vulkan_enable video_cards_radeonsi amd vulkan_enable video_cards_v3d broadcom
