pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
modular-xorg-server: needs udev on Linux
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Tue Aug 25 13:32:05 2026 +0200
Changeset: bd6e2012dcf7d0978eb30c8abfa0d4184bbc329b
Modified Files:
modular-xorg-server/Makefile.common
Log Message:
modular-xorg-server: needs udev on Linux
(typically via libudev's builtin.mk)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bd6e2012dcf7d0978eb30c8abfa0d4184bbc329b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
modular-xorg-server/Makefile.common | 5 +++++
1 file changed, 5 insertions(+)
diffs:
diff --git a/modular-xorg-server/Makefile.common b/modular-xorg-server/Makefile.common
index f29f3065ee..96a28f20fb 100644
--- a/modular-xorg-server/Makefile.common
+++ b/modular-xorg-server/Makefile.common
@@ -14,6 +14,7 @@ USE_TOOLS+= pkg-config
USE_LANGUAGES+= c
USE_CC_FEATURES+= c11
+CHECK_PORTABILITY_SKIP+= test/scripts/*
CHECK_PORTABILITY_SKIP+= hw/xquartz/bundle/*
# Needed to load certain modules.
@@ -81,6 +82,10 @@ MESON_ARGS+= -Dsha1=libc
MESON_ARGS+= -Dsha1=libnettle
.endif
+.if ${OPSYS} == "Linux"
+.include "../../sysutils/libudev/buildlink3.mk"
+.endif
+
.include "../../devel/meson/build.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index