From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 04 Dec 2025 14:17:47 +0100 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 1vR9DP-007s9E-1b for lore@lore.pengutronix.de; Thu, 04 Dec 2025 14:17:47 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vR9DP-0003Aj-7g; Thu, 04 Dec 2025 14:17:47 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vR9Af-0007NW-UZ; Thu, 04 Dec 2025 14:14:57 +0100 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 1vR9Af-003xay-1a; Thu, 04 Dec 2025 14:14:57 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1vR9Af-00000009DhJ-1qrD; Thu, 04 Dec 2025 14:14:57 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 4 Dec 2025 14:14:57 +0100 Message-ID: <20251204131457.2197598-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251125094833.3052441-1-p.zabel@pengutronix.de> References: <20251125094833.3052441-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libinput: version bump 1.29.2 -> 1.30.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: Philipp Zabel 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 8df76d0d14764363ceecd5ced62746ed6c5ce60e. Michael [sent from post-receive hook] On Thu, 04 Dec 2025 14:14:57 +0100, Philipp Zabel 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 > Message-Id: <20251125094833.3052441-1-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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