mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libinput: Version bump. 1.31.3 -> 1.32.0
@ 2026-09-18 20:58 Christian Melki
  2026-09-21  6:38 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2026-09-18 20:58 UTC (permalink / raw)
  To: ptxdist

Minor new features and various quirks and fixes.
https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.32.0

* Rearrange options, no new or deleted ones.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/libinput.make | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/rules/libinput.make b/rules/libinput.make
index 5d77d587c..0b0ab986a 100644
--- a/rules/libinput.make
+++ b/rules/libinput.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBINPUT) += libinput
 #
 # Paths and names
 #
-LIBINPUT_VERSION	:= 1.31.3
-LIBINPUT_SHA256		:= b6749bf6f1890f6631c0a70a027c35fec9d2e096a39f720548896e41474a9854
+LIBINPUT_VERSION	:= 1.32.0
+LIBINPUT_SHA256		:= 7dd6c1ca964c86eb6810ccd6639cda634e68bdca43bf3afec39e94e942fac8d4
 LIBINPUT		:= libinput-$(LIBINPUT_VERSION)
 LIBINPUT_SUFFIX		:= tar.gz
 LIBINPUT_URL		:= https://gitlab.freedesktop.org/libinput/libinput/-/archive/$(LIBINPUT_VERSION)/$(LIBINPUT).$(LIBINPUT_SUFFIX)
@@ -32,19 +32,19 @@ LIBINPUT_LICENSE_FILES	:= \
 LIBINPUT_CONF_TOOL	:= meson
 LIBINPUT_CONF_OPT	:= \
 	$(CROSS_MESON_USR) \
-	-Dudev-dir=/usr/lib/udev \
+	-Dautoload-plugins=false \
+	-Dcoverity=false \
+	-Ddebug-gui=false \
+	-Ddocumentation=false \
 	-Depoll-dir= \
+	-Dinstall-tests=false \
+	-Dinternal-event-debugging=false \
 	-Dlibwacom=$(call ptx/truefalse, PTXCONF_LIBINPUT_WACOM) \
+	-Dlua-plugins=$(call ptx/endis, PTXCONF_LIBINPUT_LUA)d \
 	-Dmtdev=true \
-	-Ddebug-gui=false \
 	-Dtests=false \
-	-Dinstall-tests=false \
-	-Ddocumentation=false \
-	-Dcoverity=false \
-	-Dzshcompletiondir=no \
-	-Dinternal-event-debugging=false \
-	-Dautoload-plugins=false \
-	-Dlua-plugins=$(call ptx/endis, PTXCONF_LIBINPUT_LUA)d
+	-Dudev-dir=/usr/lib/udev \
+	-Dzshcompletiondir=no
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.43.0




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

* Re: [ptxdist] [APPLIED] libinput: Version bump. 1.31.3 -> 1.32.0
  2026-09-18 20:58 [ptxdist] [PATCH] libinput: Version bump. 1.31.3 -> 1.32.0 Christian Melki
@ 2026-09-21  6:38 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-09-21  6:38 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as fcc12d5604b0b5761cfec6f81b1964677ce4566d.

Michael

[sent from post-receive hook]

On Mon, 21 Sep 2026 08:38:45 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minor new features and various quirks and fixes.
> https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.32.0
> 
> * Rearrange options, no new or deleted ones.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20260918205856.4132463-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libinput.make b/rules/libinput.make
> index 5d77d587c4ac..0b0ab986a1eb 100644
> --- a/rules/libinput.make
> +++ b/rules/libinput.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBINPUT) += libinput
>  #
>  # Paths and names
>  #
> -LIBINPUT_VERSION	:= 1.31.3
> -LIBINPUT_SHA256		:= b6749bf6f1890f6631c0a70a027c35fec9d2e096a39f720548896e41474a9854
> +LIBINPUT_VERSION	:= 1.32.0
> +LIBINPUT_SHA256		:= 7dd6c1ca964c86eb6810ccd6639cda634e68bdca43bf3afec39e94e942fac8d4
>  LIBINPUT		:= libinput-$(LIBINPUT_VERSION)
>  LIBINPUT_SUFFIX		:= tar.gz
>  LIBINPUT_URL		:= https://gitlab.freedesktop.org/libinput/libinput/-/archive/$(LIBINPUT_VERSION)/$(LIBINPUT).$(LIBINPUT_SUFFIX)
> @@ -32,19 +32,19 @@ LIBINPUT_LICENSE_FILES	:= \
>  LIBINPUT_CONF_TOOL	:= meson
>  LIBINPUT_CONF_OPT	:= \
>  	$(CROSS_MESON_USR) \
> -	-Dudev-dir=/usr/lib/udev \
> +	-Dautoload-plugins=false \
> +	-Dcoverity=false \
> +	-Ddebug-gui=false \
> +	-Ddocumentation=false \
>  	-Depoll-dir= \
> +	-Dinstall-tests=false \
> +	-Dinternal-event-debugging=false \
>  	-Dlibwacom=$(call ptx/truefalse, PTXCONF_LIBINPUT_WACOM) \
> +	-Dlua-plugins=$(call ptx/endis, PTXCONF_LIBINPUT_LUA)d \
>  	-Dmtdev=true \
> -	-Ddebug-gui=false \
>  	-Dtests=false \
> -	-Dinstall-tests=false \
> -	-Ddocumentation=false \
> -	-Dcoverity=false \
> -	-Dzshcompletiondir=no \
> -	-Dinternal-event-debugging=false \
> -	-Dautoload-plugins=false \
> -	-Dlua-plugins=$(call ptx/endis, PTXCONF_LIBINPUT_LUA)d
> +	-Dudev-dir=/usr/lib/udev \
> +	-Dzshcompletiondir=no
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install



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

end of thread, other threads:[~2026-09-21  6:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-18 20:58 [ptxdist] [PATCH] libinput: Version bump. 1.31.3 -> 1.32.0 Christian Melki
2026-09-21  6:38 ` [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