pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wlroots: supported from NetBSD-11
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Thu Mar 19 12:32:56 2026 +0100
Changeset: 205f05a6899e24ccf9d0f6a778dba6927619fde7
Modified Files:
wlroots/Makefile
Log Message:
wlroots: supported from NetBSD-11
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=205f05a6899e24ccf9d0f6a778dba6927619fde7
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, 5 insertions(+)
diffs:
diff --git a/wlroots/Makefile b/wlroots/Makefile
index f4395b7880..fef3b8fdae 100644
--- a/wlroots/Makefile
+++ b/wlroots/Makefile
@@ -21,6 +21,11 @@ SUBST_MESSAGE.path= Fixing pathes
SUBST_FILES.path+= xcursor/xcursor.c
SUBST_VARS.path+= PREFIX X11BASE
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "NetBSD" && ${OS_VERSION} < 11
+PKG_FAIL_REASON+= "DRM_IOCTL_GET_UNIQUE is not allowed on render nodes"
+.endif
+
.include "options.mk"
.include "../../devel/meson/build.mk"
Home |
Main Index |
Thread Index |
Old Index