pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/vulkan-tools



Module Name:    pkgsrc
Committed By:   kikadf
Date:           Fri Aug  7 10:34:50 UTC 2026

Modified Files:
        pkgsrc/graphics/vulkan-tools: Makefile

Log Message:
vulkan-tools: matching vulkan-headers version


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/vulkan-tools/Makefile

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

Modified files:

Index: pkgsrc/graphics/vulkan-tools/Makefile
diff -u pkgsrc/graphics/vulkan-tools/Makefile:1.4 pkgsrc/graphics/vulkan-tools/Makefile:1.5
--- pkgsrc/graphics/vulkan-tools/Makefile:1.4   Mon Jun 22 08:17:58 2026
+++ pkgsrc/graphics/vulkan-tools/Makefile       Fri Aug  7 10:34:50 2026
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2026/06/22 08:17:58 kikadf Exp $
+# $NetBSD: Makefile,v 1.5 2026/08/07 10:34:50 kikadf Exp $
 
 .include "../../graphics/vulkan-headers/Makefile.common"
 
 DISTNAME=              vulkan-tools-${SDK_VERSION}
+PKGREVISION=           1
 CATEGORIES=            graphics
 GITHUB_PROJECT=                Vulkan-Tools
 
@@ -19,5 +20,6 @@ USE_TOOLS+=   pkg-config
 .include "../../devel/input-headers/buildlink3.mk"
 .include "../../devel/wayland/buildlink3.mk"
 .include "../../devel/wayland-protocols/buildlink3.mk"
+BUILDLINK_API_DEPENDS.vulkan-headers+= vulkan-headers>=${SDK_VERSION}
 .include "../../graphics/vulkan-headers/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index