mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libinput: version bump 1.29.2 -> 1.30.0
@ 2025-11-25  9:48 Philipp Zabel
  2025-12-04 13:14 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2025-11-25  9:48 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] libinput: version bump 1.29.2 -> 1.30.0
  2025-11-25  9:48 [ptxdist] [PATCH] libinput: version bump 1.29.2 -> 1.30.0 Philipp Zabel
@ 2025-12-04 13:14 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-12-04 13:14 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 8df76d0d14764363ceecd5ced62746ed6c5ce60e.

Michael

[sent from post-receive hook]

On Thu, 04 Dec 2025 14:14:57 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> 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>
> Message-Id: <20251125094833.3052441-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-04 13:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-25  9:48 [ptxdist] [PATCH] libinput: version bump 1.29.2 -> 1.30.0 Philipp Zabel
2025-12-04 13:14 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox