pkgsrc-WIP-changes archive

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

vulkan-loader: fix path to included file



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Apr 11 19:36:21 2026 +0200
Changeset:	b8eae6ec97a7bdbbdfecd5a6b780e7c45d9b3f24

Modified Files:
	vulkan-loader/Makefile

Log Message:
vulkan-loader: fix path to included file

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

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

diffstat:
 vulkan-loader/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/vulkan-loader/Makefile b/vulkan-loader/Makefile
index baaadebc4f..8654fe1ce1 100644
--- a/vulkan-loader/Makefile
+++ b/vulkan-loader/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-.include "../../graphics/vulkan-headers/Makefile.common"
+.include "../../wip/vulkan-headers/Makefile.common"
 
 DISTNAME=	vulkan-loader-${SDK_VERSION}
 CATEGORIES=	graphics


Home | Main Index | Thread Index | Old Index