git: 2581c0182297 - main - graphics/vulkan-validation-layers: drop unused glslang after f9697956d876
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Mar 2022 00:27:21 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2581c01822971b32edd7fd2fc635a21da64f4184
commit 2581c01822971b32edd7fd2fc635a21da64f4184
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-03-18 23:20:33 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-03-19 00:27:14 +0000
graphics/vulkan-validation-layers: drop unused glslang after f9697956d876
https://github.com/KhronosGroup/Vulkan-ValidationLayers/commit/336abfa74748
limited glslang to BUILD_TESTS which is currently disabled in the port.
---
graphics/vulkan-validation-layers/Makefile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/graphics/vulkan-validation-layers/Makefile b/graphics/vulkan-validation-layers/Makefile
index b7f6635bda7f..b37f86603682 100644
--- a/graphics/vulkan-validation-layers/Makefile
+++ b/graphics/vulkan-validation-layers/Makefile
@@ -8,8 +8,7 @@ COMMENT= Validation layers for the Vulkan graphics API
LICENSE= APACHE20
-BUILD_DEPENDS= glslang>0:graphics/glslang \
- spirv-tools>0:graphics/spirv-tools \
+BUILD_DEPENDS= spirv-tools>0:graphics/spirv-tools \
vulkan-headers>0:graphics/vulkan-headers
USES= alias cmake compiler:c++11-lib pkgconfig python:3.4+,build
@@ -21,8 +20,7 @@ GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-137-gb42ba6d:headers
martinus:robin-hood-hashing:3.11.3:robin_hood/external/robin-hood-hashing
CMAKE_OFF= BUILD_TESTS
CMAKE_ON= BUILD_LAYER_SUPPORT_FILES
-CMAKE_ARGS= -DGLSLANG_INSTALL_DIR:PATH="${LOCALBASE}" \
- -DROBIN_HOOD_HASHING_INSTALL_DIR:PATH="${WRKSRC_robin_hood}" \
+CMAKE_ARGS= -DROBIN_HOOD_HASHING_INSTALL_DIR:PATH="${WRKSRC_robin_hood}" \
-DSPIRV_HEADERS_INSTALL_DIR:PATH="${WRKSRC_headers}"
CFLAGS+= ${WITH_DEBUG:U-DNDEBUG}