From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: [ptxdist] [PATCH] libinput: version bump 1.29.2 -> 1.30.0
Date: Tue, 25 Nov 2025 10:48:33 +0100 [thread overview]
Message-ID: <20251125094833.3052441-1-p.zabel@pengutronix.de> (raw)
Adds Lua plugin support. Auto-loading is disabled so the compositor
can decide whether plugins are loaded via the API.
https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.30.0
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/libinput.in | 8 ++++++++
rules/libinput.make | 8 +++++---
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/rules/libinput.in b/rules/libinput.in
index c775567f108c..216a17ef7d18 100644
--- a/rules/libinput.in
+++ b/rules/libinput.in
@@ -5,6 +5,8 @@ menuconfig LIBINPUT
select HOST_MESON
select MTDEV
select LIBEVDEV
+ select LUA if LIBINPUT_LUA
+ select LUA_INSTALL_LIBLUA if LIBINPUT_LUA
select UDEV
select UDEV_LIBUDEV
select PYTHON3 if LIBINPUT_TOOL_REPLAY && RUNTIME
@@ -21,6 +23,12 @@ menuconfig LIBINPUT
if LIBINPUT
+config LIBINPUT_LUA
+ bool
+ prompt "lua plugins"
+ help
+ Enable support for Lua plugins.
+
config LIBINPUT_QUIRKS
bool
prompt "install device quirks"
diff --git a/rules/libinput.make b/rules/libinput.make
index f8e74ad419ef..fdd0c190b950 100644
--- a/rules/libinput.make
+++ b/rules/libinput.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBINPUT) += libinput
#
# Paths and names
#
-LIBINPUT_VERSION := 1.29.2
-LIBINPUT_MD5 := c0caf71d5ad9cd2258474824abad81db
+LIBINPUT_VERSION := 1.30.0
+LIBINPUT_MD5 := 701702bea2e86b071639aa6582c0a5b7
LIBINPUT := libinput-$(LIBINPUT_VERSION)
LIBINPUT_SUFFIX := tar.gz
LIBINPUT_URL := https://gitlab.freedesktop.org/libinput/libinput/-/archive/$(LIBINPUT_VERSION)/$(LIBINPUT).$(LIBINPUT_SUFFIX)
@@ -42,7 +42,9 @@ LIBINPUT_CONF_OPT := \
-Ddocumentation=false \
-Dcoverity=false \
-Dzshcompletiondir=no \
- -Dinternal-event-debugging=false
+ -Dinternal-event-debugging=false \
+ -Dautoload-plugins=false \
+ -Dlua-plugins=$(call ptx/endis, PTXCONF_LIBINPUT_LUA)d
# ----------------------------------------------------------------------------
# Target-Install
--
2.47.3
reply other threads:[~2025-11-25 9:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251125094833.3052441-1-p.zabel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox