pkgsrc-WIP-changes archive

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

wlroots: switch to udev.buildlink3



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Wed May 27 11:55:20 2026 +0200
Changeset:	ff7814098c6b7008634a5a9caaf144972ef3151d

Modified Files:
	wlroots/Makefile

Log Message:
wlroots: switch to udev.buildlink3

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

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

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

diffs:
diff --git a/wlroots/Makefile b/wlroots/Makefile
index 99a43e7aeb..897ecccfe6 100644
--- a/wlroots/Makefile
+++ b/wlroots/Makefile
@@ -6,12 +6,13 @@ MASTER_SITE_GITLAB=	https://gitlab.freedesktop.org/
 MASTER_SITES=		${MASTER_SITE_GITLAB:=wlroots/}
 GITLAB_TAG=		${PKGVERSION_NOREV}
 
-MAINTAINER=		kikadf.01%gmail.com@localhost
+MAINTAINER=		kikadf%NetBSD.org@localhost
 HOMEPAGE=		https://gitlab.freedesktop.org/wlroots/wlroots
 COMMENT=		Wayland compositor library
 LICENSE=		mit
 
 USE_TOOLS+=		pkg-config
+UDEV_REQUIRED=		yes
 
 MESON_ARGS+=		-Dallocators=gbm
 
@@ -30,7 +31,6 @@ PKG_FAIL_REASON+=	"DRM_IOCTL_GET_UNIQUE is not allowed on render nodes"
 
 .include "../../devel/meson/build.mk"
 .include "../../devel/libopeninput/buildlink3.mk"
-.include "../../devel/libudev-bsd/buildlink3.mk"
 .include "../../devel/wayland/buildlink3.mk"
 .include "../../devel/wayland-protocols/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
@@ -50,4 +50,5 @@ BUILDLINK_API_DEPENDS.libdrm+=	libdrm>=2.4.129
 .include "../../x11/xcb-util-errors/buildlink3.mk"
 .include "../../x11/xcb-util-renderutil/buildlink3.mk"
 .include "../../x11/xcb-util-wm/buildlink3.mk"
+.include "../../mk/udev.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index