Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2022 14:15:56 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: a90b44648ad1 - main - graphics/vulkan-tools: drop unused CMake variable after 704278ede1db
Message-ID:  <202212201415.2BKEFuet035120@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=a90b44648ad10f64d6e72b7de3b7ab2452bed4d5

commit a90b44648ad10f64d6e72b7de3b7ab2452bed4d5
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-20 09:51:38 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-20 14:15:25 +0000

    graphics/vulkan-tools: drop unused CMake variable after 704278ede1db
    
    https://github.com/KhronosGroup/Vulkan-Tools/commit/c4839afe758d
---
 graphics/vulkan-tools/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/graphics/vulkan-tools/Makefile b/graphics/vulkan-tools/Makefile
index 5faeef6de75c..38e4570d2aa0 100644
--- a/graphics/vulkan-tools/Makefile
+++ b/graphics/vulkan-tools/Makefile
@@ -18,8 +18,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	KhronosGroup
 GH_PROJECT=	Vulkan-Tools
 CMAKE_OFF=	BUILD_CUBE BUILD_ICD
-CMAKE_ARGS=	-DGLSLANG_INSTALL_DIR:PATH="${LOCALBASE}" \
-		-DVULKAN_HEADERS_INSTALL_DIR:PATH="${LOCALBASE}"
+CMAKE_ARGS=	-DGLSLANG_INSTALL_DIR:PATH="${LOCALBASE}"
 
 OPTIONS_DEFINE=		WAYLAND XCB XLIB
 OPTIONS_DEFAULT=	WAYLAND XCB XLIB



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212201415.2BKEFuet035120>