pkgsrc-WIP-changes archive

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

libopeninput: only for Net- and OpenBSD



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Tue Feb 24 12:40:28 2026 +0100
Changeset:	618d178dc7215a850473e385a3fb06baabfbcec8

Modified Files:
	libopeninput/Makefile

Log Message:
libopeninput: only for Net- and OpenBSD

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

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

diffstat:
 libopeninput/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/libopeninput/Makefile b/libopeninput/Makefile
index d27d0fa108..91f55f4068 100644
--- a/libopeninput/Makefile
+++ b/libopeninput/Makefile
@@ -12,6 +12,10 @@ LICENSE=	mit
 
 USE_TOOLS+=	pkg-config
 
+# wscons
+ONLY_FOR_PLATFORM=	NetBSD-*-*
+ONLY_FOR_PLATFORM+=	OpenBSD-*-*
+
 MESON_ARGS+=	-Dlibwacom=false
 MESON_ARGS+=	-Ddocumentation=false
 MESON_ARGS+=	-Dtests=false


Home | Main Index | Thread Index | Old Index