[Bug 280071] graphics/mesa-dri fails to configure with radv=off
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 280071] graphics/mesa-dri fails to configure with radv=off"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Jul 2024 12:53:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280071 --- Comment #5 from Emmanuel Vadot <manu@freebsd.org> --- Can you test with : diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile index 6d62a6bd913e..4e939ca8be67 100644 --- a/graphics/mesa-dri/Makefile +++ b/graphics/mesa-dri/Makefile @@ -50,6 +50,7 @@ ${_gd}_VARS+= GALLIUM_DRIVERS+=${_gd} OPTIONS_GROUP_VULKAN= anv radv swrast_vk VULKAN_DESC= Vulkan drivers anv_DESC= Intel GPU Gen9 and newer Vulkan support +anv_BUILD_DEPENDS= glslangValidator:graphics/glslang radv_DESC= AMD/ATI Southern Islands and newer Vulkan support radv_BUILD_DEPENDS= glslangValidator:graphics/glslang swrast_vk_DESC= Software Rasterizer Vulkan support Only did a make configure, no build -- You are receiving this mail because: You are the assignee for the bug.