pkgsrc-WIP-changes archive

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

libwacom: fix path to moved libgudev dependency



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <cirnatdan%NetBSD.org@localhost>
Pushed By:	cirnatdan
Date:		Sun Jun 8 12:00:31 2025 +0200
Changeset:	916f12f3e2b25f292050a577133555ff9903edae

Modified Files:
	libwacom/Makefile

Log Message:
libwacom: fix path to moved libgudev dependency

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

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

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

diffs:
diff --git a/libwacom/Makefile b/libwacom/Makefile
index 9a5388ed58..0a7bb48ad2 100644
--- a/libwacom/Makefile
+++ b/libwacom/Makefile
@@ -24,6 +24,6 @@ SUBST_SED.python=	-e 's|/usr/bin/env python3|${PYTHONBIN}|'
 
 .include "../../lang/python/application.mk"
 .include "../../devel/meson/build.mk"
-.include "../../wip/libgudev/buildlink3.mk"
+.include "../../devel/libgudev/buildlink3.mk"
 .include "../../wip/libevdev/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index