[PATCH 0/6] Various Cross Compilation Improvements
[email protected] Wed, 27 May 2026 15:28:57 +0300
| Newsgroups | gmane.comp.hardware.lirc |
|---|---|
| Message-ID | <[email protected]> |
From: Doron Behar <[email protected]> Hello, I'd like to suggest a few improvements for lirc to handle cross compilation better. The attached patches were tested with Nixpkgs, and seems to work for us (with a few changes to the Nix expression not published here). Please consider merging at least some of them - many of them can be merged individually. Here's a summary Doron Behar (6): lirc-make-devinput: avoid using python interpreter configure.ac: use standard PKG_CONFIG variable configure.ac: device VERSION_NODOTS without Python configure.ac: Check linux/input.h header instead of /dev/input configure.ac: query for a Python only with PKG_CHECK_MODULES Ditch Python dependent make_rel_symlink with ln -sr Makefile.am | 3 +-- configure.ac | 42 ++++++++++++++++++------------- doc/Makefile.am | 10 ++++---- doc/make_rel_symlink.py | 44 --------------------------------- tools/Makefile.am | 13 +++++----- tools/lirc-make-devinput | 5 +--- tools/make_rel_symlink.py | 52 --------------------------------------- 7 files changed, 38 insertions(+), 131 deletions(-) delete mode 100644 doc/make_rel_symlink.py delete mode 100644 tools/make_rel_symlink.py -- 2.54.0