git: ab929848bf29 - main - graphics/vulkan-validation-layers: document fd53de1292e5 workaround
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Dec 2021 14:26:33 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ab929848bf29d2244657234d81ea9a6d168dccd6
commit ab929848bf29d2244657234d81ea9a6d168dccd6
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-12-02 14:25:40 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-12-02 14:26:28 +0000
graphics/vulkan-validation-layers: document fd53de1292e5 workaround
---
graphics/vulkan-validation-layers/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/graphics/vulkan-validation-layers/Makefile b/graphics/vulkan-validation-layers/Makefile
index f23790dad9f0..7662cc31c1f2 100644
--- a/graphics/vulkan-validation-layers/Makefile
+++ b/graphics/vulkan-validation-layers/Makefile
@@ -26,6 +26,7 @@ CMAKE_ARGS= -DGLSLANG_INSTALL_DIR:PATH="${LOCALBASE}" \
-DSPIRV_HEADERS_INSTALL_DIR:PATH="${WRKSRC_headers}"
CFLAGS+= ${WITH_DEBUG:U-DNDEBUG}
+# https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/3585
.if ${DISTVERSION:E} < 201
GH_TUPLE+= KhronosGroup:Vulkan-Headers:v1.2.200:vkheaders/Vulkan-Headers
CMAKE_ARGS+= -DVULKAN_HEADERS_INSTALL_DIR:PATH="${WRKSRC_vkheaders}"