pkgsrc-WIP-changes archive

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

libopeninput: ready



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

Modified Files:
	libopeninput/Makefile
Added Files:
	libopeninput/COMMIT_MSG

Log Message:
libopeninput: ready

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

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

diffstat:
 libopeninput/COMMIT_MSG | 6 ++++++
 libopeninput/Makefile   | 1 -
 2 files changed, 6 insertions(+), 1 deletion(-)

diffs:
diff --git a/libopeninput/COMMIT_MSG b/libopeninput/COMMIT_MSG
new file mode 100644
index 0000000000..7d60f6d94a
--- /dev/null
+++ b/libopeninput/COMMIT_MSG
@@ -0,0 +1,6 @@
+Add devel/libopeninput
+
+The libinput is an input device management and event
+handling library to linux.
+The libopeninput is a wscons(4) and kqueue(2) based
+reimplementation of libinput, originally to OpenBSD.
diff --git a/libopeninput/Makefile b/libopeninput/Makefile
index 06847b641b..d27d0fa108 100644
--- a/libopeninput/Makefile
+++ b/libopeninput/Makefile
@@ -16,7 +16,6 @@ MESON_ARGS+=	-Dlibwacom=false
 MESON_ARGS+=	-Ddocumentation=false
 MESON_ARGS+=	-Dtests=false
 
-CFLAGS+=	-O0 -g
 LDFLAGS+=	-levdev
 
 PKGCONFIG_OVERRIDE+=		output/meson-private/libinput.pc


Home | Main Index | Thread Index | Old Index