pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libopeninput: don't need libevdev-chunk anymore
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Sat Mar 14 09:31:15 2026 +0100
Changeset: fbc44d5f42ade88d5ab54a90cb6f71c65866e1ea
Modified Files:
libopeninput/Makefile
libopeninput/distinfo
Removed Files:
libopeninput/patches/patch-meson.build
Log Message:
libopeninput: don't need libevdev-chunk anymore
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fbc44d5f42ade88d5ab54a90cb6f71c65866e1ea
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libopeninput/Makefile | 7 -------
libopeninput/distinfo | 1 -
libopeninput/patches/patch-meson.build | 19 -------------------
3 files changed, 27 deletions(-)
diffs:
diff --git a/libopeninput/Makefile b/libopeninput/Makefile
index 1af851bdde..bfeb339c7e 100644
--- a/libopeninput/Makefile
+++ b/libopeninput/Makefile
@@ -15,18 +15,11 @@ MESON_ARGS+= -Dlibwacom=false
MESON_ARGS+= -Ddocumentation=false
MESON_ARGS+= -Dtests=false
-LDFLAGS+= -levdev
-
PKGCONFIG_OVERRIDE+= output/meson-private/libinput.pc
PKGCONFIG_OVERRIDE_STAGE= post-build
-post-extract:
- # remove internal libevdev header
- ${RM} -rf ${WRKSRC}/include/libevdev
-
.include "../../devel/meson/build.mk"
.include "../../devel/libepoll-shim/buildlink3.mk"
.include "../../devel/libudev-bsd/buildlink3.mk"
.include "../../wip/input-headers/buildlink3.mk"
-.include "../../wip/libevdev-chunk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/libopeninput/distinfo b/libopeninput/distinfo
index bc4185651a..cb1bfa2ad8 100644
--- a/libopeninput/distinfo
+++ b/libopeninput/distinfo
@@ -3,6 +3,5 @@ $NetBSD$
BLAKE2s (libopeninput-1.30.2-1db645a4a690088135ba34a70efd7b764ecd8c0f.tar.gz) = dba9c2fcdb4266afb55833bd560a2af3c24d1383e3b46c2f50158d1b2940c932
SHA512 (libopeninput-1.30.2-1db645a4a690088135ba34a70efd7b764ecd8c0f.tar.gz) = a801125dfd3fafeb360e13ee8ed4ab2835b3a46c4234cfba699a54994f28a4ad46f854ee5465a6e8eb4fa573393e67dcaa0308e1f104026a289417440577fe46
Size (libopeninput-1.30.2-1db645a4a690088135ba34a70efd7b764ecd8c0f.tar.gz) = 1189202 bytes
-SHA1 (patch-meson.build) = b098735fb68fa11a4209c7820f729e99e0914ab7
SHA1 (patch-src_wscons.c) = ccec4d8ced02d46525e62f082adc7bb03730c2e8
SHA1 (patch-src_wscons.h) = 20c749ef79352094e1b646fdbe9566f95d7e0a41
diff --git a/libopeninput/patches/patch-meson.build b/libopeninput/patches/patch-meson.build
deleted file mode 100644
index 42166bfb45..0000000000
--- a/libopeninput/patches/patch-meson.build
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD$
-
-* Use external libevdev.h
-
---- meson.build.orig 2026-03-08 12:38:09.000000000 +0000
-+++ meson.build
-@@ -163,11 +163,7 @@ endif
- # Dependencies
- pkgconfig = import('pkgconfig')
- dep_udev = dependency('libudev')
--if host_machine.system() == 'openbsd' or host_machine.system() == 'netbsd'
-- dep_libevdev = []
--else
-- dep_libevdev = dependency('libevdev', version: '>= 1.10.0')
--endif
-+dep_libevdev = dependency('libevdev', version: '>= 1.10.0')
-
- dep_lm = cc.find_library('m', required : false)
- dep_rt = cc.find_library('rt', required : false)
Home |
Main Index |
Thread Index |
Old Index