Date: Fri, 29 Apr 2022 20:39:28 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dbdbac0926f9 - main - graphics/mesa-devel: unbreak on aarch64 after 62850d28ca57 Message-ID: <202204292039.23TKdSI9028113@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbdbac0926f9d7d7d00e3fde6d58ac2db12300eb commit dbdbac0926f9d7d7d00e3fde6d58ac2db12300eb Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-04-29 20:25:52 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-04-29 20:39:03 +0000 graphics/mesa-devel: unbreak on aarch64 after 62850d28ca57 meson.build:681:2: ERROR: Program 'glslangValidator' not found or not executable Reported by: pkg-fallout --- graphics/mesa-devel/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 7a129d209eba..2b12c458f94b 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -78,6 +78,7 @@ radeonsi_DESC= Southern Islands and newer (implies LLVM) VULKAN_DESC= Vulkan drivers anv_DESC= Haswell and newer radv_DESC= Southern Islands and newer (implies LLVM) +radv_BUILD_DEPENDS= glslangValidator:graphics/glslang COINST_DESC= Allow co-installation with another Mesa port COINST_MESON_ON= -Degl-lib-suffix=${PKGNAMESUFFIX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204292039.23TKdSI9028113>