pkgsrc-WIP-changes archive

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

wlroots: fix path to itself



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Jul 6 11:07:30 2026 +0200
Changeset:	47bb4068ee9d17b8710b0a6bf2af54633a81f453

Modified Files:
	wlroots/buildlink3.mk

Log Message:
wlroots: fix path to itself

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

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

diffstat:
 wlroots/buildlink3.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/wlroots/buildlink3.mk b/wlroots/buildlink3.mk
index e78cb205e5..8b9e425740 100644
--- a/wlroots/buildlink3.mk
+++ b/wlroots/buildlink3.mk
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=	wlroots
 WLROOTS_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.wlroots+=	wlroots>=0.19.2
-BUILDLINK_PKGSRCDIR.wlroots?=	../../wayland/wlroots
+BUILDLINK_PKGSRCDIR.wlroots?=	../../wip/wlroots
 
 .include "../../devel/libopeninput/buildlink3.mk"
 .include "../../devel/libudev-bsd/buildlink3.mk"


Home | Main Index | Thread Index | Old Index