Re: git: 142029e56029 - main - graphics/mesa-dri: unbreak radv=OFF
- In reply to: Emmanuel Vadot : "git: 142029e56029 - main - graphics/mesa-dri: unbreak radv=OFF"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Aug 2024 07:03:31 UTC
Hello Emmanuel, Could uou check if the folowing build error (configure) is related to this commit on i386 and aarch64? ----------- Host machine cpu: i386 Checking for size of "void*" : 4 meson.build:308:3: ERROR: Feature intel-rt cannot be enabled: Intel Ray Tracing is only supported on x86_64 ----------- and ----------- Host machine cpu: aarch64 Checking for size of "void*" : 8 meson.build:308:3: ERROR: Feature intel-rt cannot be enabled: Intel Ray Tracing is only supported on x86_64 ----------- Thanks Emmanuel Vadot <manu@freebsd.org> escreveu (segunda, 1/07/2024 à(s) 17:56): > The branch main has been updated by manu: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=142029e5602984f6c4e4399d692bef028d94e609 > > commit 142029e5602984f6c4e4399d692bef028d94e609 > Author: Emmanuel Vadot <manu@FreeBSD.org> > AuthorDate: 2024-07-01 16:54:22 +0000 > Commit: Emmanuel Vadot <manu@FreeBSD.org> > CommitDate: 2024-07-01 16:54:22 +0000 > > graphics/mesa-dri: unbreak radv=OFF > > The Intel Vulkan driver also needs it. > > Fixes: efb0c89e59bd ("graphics/mesa-dri: Convert gallium and > vulkan driver to port options") > PR: 280071 > Sponsored by: Beckhoff Automation GmbH & Co. KG > --- > graphics/mesa-dri/Makefile | 1 + > 1 file changed, 1 insertion(+) > > 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 > -- Nuno Teixeira FreeBSD UNIX: <eduardo@FreeBSD.org> Web: https://FreeBSD.org