diff options
| author | Emmanuel Vadot <manu@freebsd.org> | 2024-07-01 12:53:41 +0000 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2024-07-01 14:26:04 +0000 |
| commit | 8799860c84676240e2f2875025d2e4f7fcb5d5c9 (patch) | |
| tree | 679bc53b46816694426ba078df1c42e0f21c585a | |
| parent | cde261a83d33c06dc6119c5d2fd22adad6a86cf5 (diff) | |
graphics/mesa-devel: unbreak radv=OFF VKLAYERS=off after f36f3675dc48
meson.build:626:15: ERROR: Program 'glslangValidator' not found or not executable
https://gitlab.freedesktop.org/mesa/mesa/-/commit/41a929d94ca5
https://gitlab.freedesktop.org/mesa/mesa/-/commit/829d74b2f2db
PR: 280071
Reported by: Anton Saietskii
| -rw-r--r-- | graphics/mesa-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 2cd4e6c4dfaa..ced868c6dcd3 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -78,7 +78,8 @@ radeonsi_DESC= Southern Islands and newer VULKAN_DESC= Vulkan drivers anv_DESC= Skylake and newer (implies OPENCL) -anv_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} +anv_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${PY_FLAVOR} \ + glslangValidator:graphics/glslang anv_MESON_ON= ${"${ARCH:Mamd64}":?:-Dintel-rt=disabled} # https://gitlab.freedesktop.org/mesa/mesa/-/issues/10629 anv_IMPLIES= OPENCL hasvk_DESC= Ivy Bridge, Haswell, Broadwell |
