mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libinput: Version bump. 1.28.1 -> 1.29.0
@ 2025-08-03 18:46 Christian Melki
  2025-08-29  9:46 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-08-03 18:46 UTC (permalink / raw)
  To: ptxdist

Minor fixes.
https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.29.0

* Rearrange options for better option matching.

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

diff --git a/rules/libinput.make b/rules/libinput.make
index 8c7d31426..f50a8042e 100644
--- a/rules/libinput.make
+++ b/rules/libinput.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBINPUT) += libinput
 #
 # Paths and names
 #
-LIBINPUT_VERSION	:= 1.28.1
-LIBINPUT_MD5		:= 34988f66b52814647c01fa72f2c5210d
+LIBINPUT_VERSION	:= 1.29.0
+LIBINPUT_MD5		:= 7c243cf456aff35b57412527ee8143e4
 LIBINPUT		:= libinput-$(LIBINPUT_VERSION)
 LIBINPUT_SUFFIX		:= tar.gz
 LIBINPUT_URL		:= https://gitlab.freedesktop.org/libinput/libinput/-/archive/$(LIBINPUT_VERSION)/$(LIBINPUT).$(LIBINPUT_SUFFIX)
@@ -32,16 +32,17 @@ LIBINPUT_LICENSE_FILES	:= \
 LIBINPUT_CONF_TOOL	:= meson
 LIBINPUT_CONF_OPT	:= \
 	$(CROSS_MESON_USR) \
-	-Dcoverity=false \
-	-Ddebug-gui=false \
-	-Ddocumentation=false \
+	-Dudev-dir=/usr/lib/udev \
 	-Depoll-dir= \
-	-Dinstall-tests=false \
-	-Dinternal-event-debugging=false \
 	-Dlibwacom=$(call ptx/truefalse, PTXCONF_LIBINPUT_WACOM) \
+	-Dmtdev=true \
+	-Ddebug-gui=false \
 	-Dtests=false \
-	-Dudev-dir=/usr/lib/udev \
-	-Dzshcompletiondir=no
+	-Dinstall-tests=false \
+	-Ddocumentation=false \
+	-Dcoverity=false \
+	-Dzshcompletiondir=no \
+	-Dinternal-event-debugging=false
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.43.0




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

* Re: [ptxdist] [APPLIED] libinput: Version bump. 1.28.1 -> 1.29.0
  2025-08-03 18:46 [ptxdist] [PATCH] libinput: Version bump. 1.28.1 -> 1.29.0 Christian Melki
@ 2025-08-29  9:46 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-08-29  9:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as e367804be187493ffd436a0c0eaf814506109f65.

Michael

[sent from post-receive hook]

On Fri, 29 Aug 2025 11:46:14 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minor fixes.
> https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.29.0
> 
> * Rearrange options for better option matching.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250803184613.24423-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 8c7d31426218..f50a8042eb8b 100644
> --- a/rules/libinput.make
> +++ b/rules/libinput.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBINPUT) += libinput
>  #
>  # Paths and names
>  #
> -LIBINPUT_VERSION	:= 1.28.1
> -LIBINPUT_MD5		:= 34988f66b52814647c01fa72f2c5210d
> +LIBINPUT_VERSION	:= 1.29.0
> +LIBINPUT_MD5		:= 7c243cf456aff35b57412527ee8143e4
>  LIBINPUT		:= libinput-$(LIBINPUT_VERSION)
>  LIBINPUT_SUFFIX		:= tar.gz
>  LIBINPUT_URL		:= https://gitlab.freedesktop.org/libinput/libinput/-/archive/$(LIBINPUT_VERSION)/$(LIBINPUT).$(LIBINPUT_SUFFIX)
> @@ -32,16 +32,17 @@ LIBINPUT_LICENSE_FILES	:= \
>  LIBINPUT_CONF_TOOL	:= meson
>  LIBINPUT_CONF_OPT	:= \
>  	$(CROSS_MESON_USR) \
> -	-Dcoverity=false \
> -	-Ddebug-gui=false \
> -	-Ddocumentation=false \
> +	-Dudev-dir=/usr/lib/udev \
>  	-Depoll-dir= \
> -	-Dinstall-tests=false \
> -	-Dinternal-event-debugging=false \
>  	-Dlibwacom=$(call ptx/truefalse, PTXCONF_LIBINPUT_WACOM) \
> +	-Dmtdev=true \
> +	-Ddebug-gui=false \
>  	-Dtests=false \
> -	-Dudev-dir=/usr/lib/udev \
> -	-Dzshcompletiondir=no
> +	-Dinstall-tests=false \
> +	-Ddocumentation=false \
> +	-Dcoverity=false \
> +	-Dzshcompletiondir=no \
> +	-Dinternal-event-debugging=false
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install



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

end of thread, other threads:[~2025-08-29  9:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-03 18:46 [ptxdist] [PATCH] libinput: Version bump. 1.28.1 -> 1.29.0 Christian Melki
2025-08-29  9:46 ` [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