From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 21 Sep 2026 08:39:33 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1x8Xgb-004ag8-0v for lore@lore.pengutronix.de; Mon, 21 Sep 2026 08:39:33 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x8XgZ-000592-VI; Mon, 21 Sep 2026 08:39:31 +0200 Received: from mx1.white.stw.pengutronix.de ([2a0a:edc0:0:b01:1d::107]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1x8Xfp-0001hA-GW for ptxdist@pengutronix.de; Mon, 21 Sep 2026 08:38:45 +0200 Received: from drehscheibe.grey.stw.pengutronix.de (drehscheibe.grey.stw.pengutronix.de [IPv6:2a0a:edc0:0:c01:1d::a2]) (Authenticated sender: relay-from-drehscheibe.grey.stw.pengutronix.de) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPSA id 70198200291; Mon, 21 Sep 2026 08:38:45 +0200 (CEST) Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1x8Xfp-00215V-1C; Mon, 21 Sep 2026 08:38:45 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1x8Xfp-0000000DIYf-1JeZ; Mon, 21 Sep 2026 08:38:45 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 21 Sep 2026 08:38:45 +0200 Message-ID: <20260921063845.3169595-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260918205856.4132463-1-christian.melki@t2data.com> References: <20260918205856.4132463-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libinput: Version bump. 1.31.3 -> 1.32.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as fcc12d5604b0b5761cfec6f81b1964677ce4566d. Michael [sent from post-receive hook] On Mon, 21 Sep 2026 08:38:45 +0200, Christian Melki 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 > Message-Id: <20260918205856.4132463-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > 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