pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

glslang: add missing python tool



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Feb 26 18:35:57 2026 +0100
Changeset:	e36736fcb8e43374720c8eaa0981393904d14fa6

Modified Files:
	glslang/Makefile

Log Message:
glslang: add missing python tool

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e36736fcb8e43374720c8eaa0981393904d14fa6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 glslang/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/glslang/Makefile b/glslang/Makefile
index 2cf1920882..344512c9a3 100644
--- a/glslang/Makefile
+++ b/glslang/Makefile
@@ -7,14 +7,13 @@ MASTER_SITES=	${MASTER_SITE_GITHUB:=KhronosGroup/}
 MAINTAINER=	triaxx%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/KhronosGroup/glslang/
 COMMENT=	Front end for GLSL/ESSL, HLSL (partial) and SPIR-V generator
-LICENSE=	modified-bsd AND 2-clause-bsd AND mit AND apache-2.0 AND \
-		gnu-gpl-v3
+LICENSE=	modified-bsd AND 2-clause-bsd AND mit AND apache-2.0 AND gnu-gpl-v3
 
 USE_LANGUAGES=	c c++
 
 CMAKE_CONFIGURE_ARGS+=	-DALLOW_EXTERNAL_SPIRV_TOOLS=ON
 
 .include "../../devel/cmake/build.mk"
-
+.include "../../lang/python/tool.mk"
 .include "../../parallel/spirv-tools/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index